CompuServe Messages

IM help

    13-May-92 11:40:51
Sb: #39241-IM help
Fm: Black Belt Systems 76004,1771
To: Robert Coates 76670,147
Robert, First, your var1=results does nothing. When a IM command returns something (which did NOT happen there, btw), it returns in 'result', not 'results'. Second, the blends are not set up by what you have done. You need to set up a loop – like this, for each blend: do i=0 to 255 /* put line here to calculate "var1" */ /* calc var2 here */ /* calc var3 here */ /* calc var4 here */ 'setblend 1 '||i||var1 'setblend 2 '||i||var2 'setblend 3 '||i||var3 'setblend 4 '||i||var4 end; get in the habit of putting quotes around commands to our software, vis: 'merge'; 'finish'; Other than the fact that your scriupt won't do what you want, I don't see any reason for it to hang; make the fixes I suggest and then let me know how it goes. Finally – if you post a script for me to look at, please insert spaces before each line, so CIS (or whap) won't format the script all screwy. We'll make this a rule in the future. –Ben