cancel
Showing results for 
Search instead for 
Did you mean: 

when i am going to change mode all commands are changing in scripts

Former Member
0 Kudos

Hi All,

in scripts when i am going to change any thing total commands are changing.

Eg:

in main window i want to add one command.

/: &DISC1&

/: &DISC2&

here i want to add one more command

/: &DISC1&

/: &DISC2&

/: &TOTAL&

after adding when i save and actviate the script total commands are changing.

entrie commands are showing like this way

/: &DISC1& &DISC2& &TOTAL&

like this very thing is changing in window,please tell me what may be the problem.

Thanks in Advance....

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on May 27, 2009 11:22 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Satya,

Just Add comment lines between each line it will solve your issue.

Ex.

/: &DISC1&

/* comment

/: &DISC2&

/* comment

/: &TOTAL&

Hope This solves your issue.

Cheers

Suvendu