I tried to paste a code block into the smart string literal and getting this error.
aeric Expert Licensed User Longtime User Apr 16, 2026 #1 I tried to paste a code block into the smart string literal and getting this error.
aeric Expert Licensed User Longtime User Apr 16, 2026 #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 Apr 16, 2026 #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.