Write statement kills connection (OpenInsight 32-bit Specific)
At 16 FEB 2004 03:03:38AM Colin Rule wrote:
The statement
WRITE UNASSIGNED ON FILENAME,ID ELSE ….
if UNASSIGNED is an unassigned variable, then the network connection is killed, and the entire system falls in one big heap.
I hear you say fix the problem by not using unassigned variables, yes, agreed, but the system should at least tell you what line number you are on, and ideally just debug cleanly.
Colin