Page 1 of 1
Change MacroChar only for one OraScript
Posted: Mon 12 Aug 2013 16:12
by sinys
How I can change MacroChar only for one OraScript?
If it not possible in current moment, please add this feature!

Re: Change MacroChar only for one OraScript
Posted: Tue 13 Aug 2013 08:38
by AlexP
Hello,
Work with macros is implemented for all the products and components in the same way on the common level, therefore the symbol used for macros identification is common for all the components and can't be modified dependently on a used component.
Re: Change MacroChar only for one OraScript
Posted: Tue 13 Aug 2013 11:14
by sinys
My program allows to write end-users own queries. I use standard '&' char of course in throughout my program, but my users want to change this char and if I change global variable my scripts will no longer function.
I do NOT propose to take a second global variable to TOraScript. I suggest make this property locally for TMacros like
EndUser_OraScript.Marcos.MacroChar := '#';
Re: Change MacroChar only for one OraScript
Posted: Wed 14 Aug 2013 13:29
by AlexP
Hello,
For the time being, we don't plan to change this behaviour. We will investigate the possibility to implement this feature in the next version. If you have the version with source code, we can tell you what changes to make to implement this feature.