Question Norman W. Freeman · Oct 1, 2020 Is there a built-in method to escape special characters in a string, in a similar way to what is done by Portal with global data ? If a global node contains special characters, (eg : a line returns), it will be displayed like this in Portal ("System > Globals > View Global Data" panel) : ^A(1) = "this is"_$c(13,10)_"a test" I would like to export global data to a txt file using a similar format. I already wrote the main code (that loops on all nodes and dump them to file), the problem is how to handle special characters.For the moment I replace them manually one by one. It works, but it's far from perfect : #Globals #Caché 1 5 0 1.7K
Question Norman W. Freeman · Sep 23, 2020 Where can I download the XSD (XML schema definition) of files exported by Cache Studio ? When you export entities like classes, routines, globals in Cache Studio, you usually end up with XML files that looks like this : #Studio #XML #Caché 0 8 0 1.2K