horse
Novice
Reged: 08/30/05
Posts: 1
|
|
I'd like to edit the script with a text based program .. which one can i use without MT saying bad command ?
|
Brad
Addict
Reged: 11/20/02
Posts: 220
Loc: O-H-I-O
|
|
Hi, The trick will be to delimit the lines correctly. The MTM scripts are delimited by a RETURN character (ascii 13 I think) whereas a typical Windows line is delimited by 2 characters, (ascii 13 and ascii 10 I think). So, you won't be able to just use notepad and hit the return key to make newlines. Maybe some creative copy and pasting will help though.
-------------------- --
Brad Ishida
Programming Art, LLC
http://www.programmingart.com
|