Toolbox Library Routine String Arguments Have 255-Byte Limit (33304)
The information in this article applies to:
- Microsoft QuickBASIC 1.0
- Microsoft BASIC Compiler
- Microsoft BASIC Interpreter for Apple Macintosh 3.0
This article was previously published under Q33304 SUMMARY
The Toolbox Library routines that utilize string variables are limited
to strings of 255 characters or less. The Toolbox Library routines
make ROM calls that use Pascal strings limited to 255 characters in
length.
For example, the MBLC Toolbox routine GetDialogText will only take the
first 255 characters from an edit field, even if there are more than
255 characters of input. It does not give an error message; it just
ignores anything past the 255th character.
This information applies to Microsoft QuickBASIC Version 1.00,
Microsoft BASIC Compiler Version 1.00, and Microsoft BASIC Interpreter
Version 3.00 for the Apple Macintosh.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | KB33304 |
---|
|