I tried to paste a code block into the smart string literal and getting this error.
aeric Expert Licensed User Longtime User Today at 7:17 AM #1 I tried to paste a code block into the smart string literal and getting this error.
aeric Expert Licensed User Longtime User Today at 7:26 AM #2 It is okay if I commented both the reserved keywords 'Public Sub' and 'End Sub'.
Erel B4X founder Staff member Licensed User Longtime User Today at 7:26 AM #3 This is a known limitation related to IDE performance tradeoffs. You will need to add tilde before the "Public" or something like this and replace it.
This is a known limitation related to IDE performance tradeoffs. You will need to add tilde before the "Public" or something like this and replace it.