I have a user session object of type String and want to initialize it to null (or the null string). If I specify "" for the InitialValue property, Studio interprets it literally as the string "", (whose length is 2). Similarly, with a combo box, I'd like to specify a ValueList property value = null. Can anyone tell me how I tell Studio to NOT interpret the value literally, but rather, recognize it as a method (e.g. isNull()), null, or the value of a valid syntax construct, e.g. "" (as the null string)? _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
