Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A FEW CODE LIMITATIONS IN VB
Message
From
29/02/2000 12:26:38
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
A FEW CODE LIMITATIONS IN VB
Miscellaneous
Thread ID:
00339227
Message ID:
00339227
Views:
32
VB is a very generous development tool. For the most part, few
developers will ever tip the scales on any of the VB limitations. We
mentioned in an earlier tip that a form could have as many as 254
names, but no more than 254. Almost all controls and objects have
limitations. Even modules have limitations, although we doubt many
developers ever cause VB to tilt in this particular area. For the
record, module limitations are as follows:
- A module can contain only 65,534 lines of code.
- A single line of code can consist of no more than 1,023 bytes.
- You can insert only 256 blank spaces before a line of text.
- Each complete line of code can contain no more than 25
line-continuation characters.
Reply
Map
View

Click here to load this message in the networking platform