B4X:
Private strMsg as string=""Hello world" 'I meant to type "Hello world"
log(strMsg) 'Empty string is printed
As shown, there is an extra double quote, by mistake, at the beginning of the text. And both IDE and compiler ignore Hello World" part once they reach the second double quote thinking it's an empty string.
Last edited: