hi,
I've faced a problem with opdef command inside loop. I've created a script inside OTL. This script calls another script just like:
opdef:.?myScript2
All works fine as long as I don't call a script inside loop:
for i = 1 to 3
opdef:.?myScript2
end
This doesn't work. Did I miss something?
There is a second question also:
How can I save my expressions inside OTL. There is a command exread but this doesn't work with opdef also. So do I have to save on disk expression file and than read it with exread or somewhere there is straight method?
Thanks for your help!
sy.