Please enable JavaScript to view this site.

 

This compiler error will occur if a string is not terminated (ie. there is no matching apostrophe at the end of the string).

 

For example:

if WeekdayOf(Today()) in [6,7]         
   sRESULT = 'Weekend !  
endif

To prevent such errors, always write both apostrophes, '', used for strings, at the same time, and only then go back and fill out the text inside (this is analogous to the method of writing skeleton blocks when using block structures).

 


Topic 109900, last updated on 18-Apr-2020