|
-
Feb 14th, 2000, 12:43 PM
#1
Thread Starter
Junior Member
Hi all,
If we pass a very big string to function which is received in a string argument it gets trauncted or if we pass a string smaller than 256 bytes the remaining space is wasted.
How can this problem be overcome efficently
Thanx
Murali
-
Feb 14th, 2000, 01:00 PM
#2
Lively Member
declare fixed-length strings
' This statement declares a fixed length string.
Private sString as String * 5
-
Feb 14th, 2000, 05:17 PM
#3
Thread Starter
Junior Member
Hi tonio,
What u said is right,but if a variable string is passed the problem exists.
is there any solution to that.
thanx for replying
regrds
Murali
-
Feb 17th, 2000, 12:33 PM
#4
Lively Member
what are you doing anyway?
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
|