Re: [U2] [UD] Initialize COMMON Variables to Null (Empty String)

2010-11-16 Thread Bill Haskett
I notice that I've already set this UDT.OPTIONS value to ON. Today, while investigating why one thing wasn't working I noticed that several named COMMON variables had a value of zero. I don't set these values except as a "pass variable" between UO, phantoms, and executes, so I assumed they we

Re: [U2] [UD] Initialize COMMON Variables to Null (Empty String)

2010-11-16 Thread Bill Haskett
Many thanks, Wally. Bill Wally Terhune said the following on 11/16/2010 2:00 PM: UDT.OPTIONS 15 U_DYNAMICNUL Allows you to determine how UniBasic sets an uninitialized variable. ON UniBasic sets an uninitialized variable

Re: [U2] [UD] Initialize COMMON Variables to Null (Empty String)

2010-11-16 Thread Wally Terhune
UDT.OPTIONS 15 U_DYNAMICNUL Allows you to determine how UniBasic sets an uninitialized variable. ON UniBasic sets an uninitialized variable to ' '. OFF UniBasic sets an uninitialized variable to zero (the equivalent of x=0). Wally Terhune U2 Support Architect Rocket Software 4600 Sou

[U2] [UD] Initialize COMMON Variables to Null (Empty String)

2010-11-16 Thread Bill Haskett
I can't remember if I can set up UniData to initialize common variables to null (an empty string) rather than to zero (0). Can this be done? Thanks, -- Bill Haskett */Advantos Systems, Inc./* ___ U2-Users mailing list U2-Users@listserver.u2ug.org ht