On 2016-12-03 00:16, Fred van Stappen wrote: > Other thing, how to do to add apostrophe (') in a string ? > > For example: str := ''' ; => does not work.
You have to escape the apostrophe with another apostrophe. Double them up. eg: str := 'What''s up?'; Regards, Graeme ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk