Code: Select all
CellPutN(value,vube,a,b,c,d
);
Code: Select all
CellPutN(value,vube,a,b,c,d
);
When saving a process and when executing a process on the server a line of code is simply a line of code regardless of how long. (Actually a line of code can be over multiple lines it is simply whatever until the next semi-colon excepting the situation where # is the first non blank character whereupon the line is treated as comment).BariAbdul wrote:Talking about annoying things,I found another one,Whenever I am saving a process in the middle of developement it saves fine no error but when I come back next day when I open the process it gives me an error on a close look either CellPutN or CellGetN statement or ASCIIOUPUT statement are misplaced and I am getting missing quote or character error.