Hi,
The online help on "Command Continuation" states that "The maximum number of characters per command line is 2,048". I used to believe that and write long operators whenever necessary (split by ';', that is). But at some point I was rather harshly rebuked by some programmer whose app I had to modify (the job was urgent, and the author was unavailable at the time) to make no operators longer than 256 symbols. The program itself looked to work alright, as far as I could see, so is there a possible point to such a limitation?
The online help on "Command Continuation" states that "The maximum number of characters per command line is 2,048". I used to believe that and write long operators whenever necessary (split by ';', that is). But at some point I was rather harshly rebuked by some programmer whose app I had to modify (the job was urgent, and the author was unavailable at the time) to make no operators longer than 256 symbols. The program itself looked to work alright, as far as I could see, so is there a possible point to such a limitation?