showing error tkn error
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
showing error tkn error
Aliases.Eugenus_CTC_Utilities_SecsTestApp.HwndSource_MainWindow.MainWindow.textBoxMsgToSend.Keys("VTN:'S2F23' W\r\n<L[[5]\r\n <U4[[1] 1>/* TRID */\r\n <A[[6] "00000050">/* DSPER 6 ASCII in hhmmss or 8 ASCII hhmmsscc */")
In above the red value want take . but its showing error. How to handle this and take as input
- Labels:
-
Desktop Testing
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want to enter a quotation character, then you need to add two quotation characters in a string e.g.
Keys("VTN:'S2F23' W\r\n<L[[5]\r\n <U4[[1] 1>/* TRID */\r\n <A[[6] ""00000050"">/* DSPER 6 ASCII in hhmmss or 8 ASCII hhmmsscc */");
or use \"
Keys("VTN:'S2F23' W\r\n<L[[5]\r\n <U4[[1] 1>/* TRID */\r\n <A[[6] \"00000050\">/* DSPER 6 ASCII in hhmmss or 8 ASCII hhmmsscc */");
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Already Tried but in application its showing only 00000050
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The second example includes quotes,
