RE: [U2] Converting Jbase Code into Universe

2006-01-26 Thread Perry Taylor
John, We converted from jBASE about 6 months ago and had to deal with this. Here's a user-defined function which performs just like the jBASE GETENV() function. FUNCTION GETENV(VARNAME, VALUE) ! * INITIALIZE * IF ASSIGNED(VARNAME) ELSE VARNAME = '' FOUND = 0 VALUE = '' ! *

RE: [U2] Converting Jbase Code into Universe

2006-01-26 Thread colin.alfke
In UD you can: DUMMMY = GETENV('CONTENT_LENGTH') Sorry, not sure about UV. Hth Colin Alfke Calgary Canada -Original Message- From: John Castilletti Do you know how to get the environment variable through Universe? The jBase code to get them is: