Ticket #259 ( Closed )

Short Description Please expand screen.activeuser
Entered By: PeteL When: 1999-02-26 09:03:10 Build: 1.03.28
Categories Type: Suggestion   Department: Product   Category: Special Variables
Description
I use the screen.activeuser field to save userid information. However, I append that to the IP address which is filled in by Screensurfer. Our userids can be up to 7 positions long, and an IP address can be up to 15. With a separator character, this comes to 23 characters. Screen.ActiveUser is currently only 19 - please increase maximum size to at least 25.
Append By: WindSurfer  When: 1999-02-26 09:51:58  New Status: Accepted
Comment Okay-- will be expanding to 25 in build 1.3.28T
Append By: WindSurfer  When: 1999-03-01 10:33:57  New Status: Accepted
Comment Build 1.3.28T is now available at ftp://ftp.ieinc2.com/pub/surfer/T1_3_28T.zip-- actually expanded to 27 characters, since structure efficiency benefits from objects allocated in multiples of 4 (32 bits) and so that means a total of 28 chars for this field, subtract 1 for the null terminator for a length of 27.
Append By: PeteL  When: 1999-03-15 08:37:45  New Status: Closed
Comment works fine