Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
grahamc
Posted - 04/02/2000 : 8:20:00 PM I'm in the process of debugging some code that prepares a script and sends it to Origin directly, by sending the whole script through a single DDE "execute command" call.
I've just noticed the difference between the run command and the run object for running scripts, and it's occurred to me that my scripts have multiline commands, loops and conditional structures.
Does passing a script by DDE cause line-by-line execution or are my multiline structures safe?