|
-
Mar 29th, 2000, 03:56 AM
#3
transcendental analytic
Just a comment: Richtextboxes use variable-length String, not fixed length. How did you declare your string?
Dim a as String (variable-length) 10 bytes + string length 0 to approximately 2 billion
Dim a as String*65535 (fixed-length) Length of string 1 to approximately 65,400
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|