N86eAL Novice
Joined: 13 Jan 2008 Posts: 33 Location: Sweden
|
Posted: Tue Feb 14, 2012 2:24 pm
Import string list from cmud into zmud |
Hi,
I have a run script I use in cmud, which I wanted to move to zmud 7.21. In cmud, you have the option to save/load scripts, which works fine. From cmud to text from text to cmud is no problem.
But, when trying to do the same in zmud it gives a different result. The output from cmud is quite straight forward:
Code: |
2 e;ne;e|4 w|w;n|2 e|e
|
This like would represent something like this in my string list variable:
2 e;ne;e
4 w
w;n
2 e
e
Now, with zmud this doesn't happen. It seems it doesn't handle each "|" as a sign to start a new row and it can't import each ";"(which are very important). I also tried to save a test variable from zmud to a textfile but it couldn't if I had it on string list.
I had to change it to zmud script which messed it all up. Is it possible to do this in some way, instead of havin to manually fill out all 97 rows? |
|