B4X FEED How to escape a string with the ( "$ ) characters within?

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: How to escape a string with the ( \"$ ) characters within? است. این موضوع تا کنون 48 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع How to escape a string with the ( \"$ ) characters within?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
48
پسندها
0
آخرین ارسال توسط PracticalSoft
وضعیت
موضوع بسته شده است و نمی‌توان پاسخ جدیدی فرستاد.
Jun 6, 2020
11,517
4,383
I have this string: 6%>$#2"$6;2$0:6>;y48:

But If I try to make this:
B4X:

Dim s As String = "6%>$#2"$6;2$0:6>;y48:"
I get this error message in the IDE: The input string was not in the correct format.

It is because the apostrophe, but has the $ caracter after it and don't work if I make this:
B4X:

Dim s As String = $"6%>$#2"$6;2$0:6>;y48:"$
How can I fix this?

Thanks in advance for any tip.

 

وضعیت
موضوع بسته شده است و نمی‌توان پاسخ جدیدی فرستاد.
عقب
بالا