We regulary write textfiles with data to disk for use with other programs outside the Servoy Solution. So these files look like:
var exportText = ‘[key]=something\n’;
exportText += ‘[value]=thevalueOfSomething\n’
etc.
now type in your command console:
var exportText = ‘[marker]’
then and hit enter and see what happens…
Anyone any explanation?