Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String Size
Message
From
03/06/1997 15:58:18
 
 
To
03/06/1997 11:00:02
General information
Forum:
Visual FoxPro
Category:
User groups
Title:
Miscellaneous
Thread ID:
00034254
Message ID:
00034836
Views:
41
>>>>I need to return the size of a character string in bytes. Is there any function that can help me accomplish this task. I've tried _STRLEN() API but i can't seem to get the correct syntax.
>>>>
>>>>Any help is greatly appreciated!
>>>>Thank in advance
>>>
>>>Just check field length: for characted field size=length, e.g. if length=12, size=12 bytes.
>>
>>
>>Does this mean that any caracter equals 1 byte. The caracters that i read come from a file. That I read line by line. If I add up all the lines I don't get the same size as the FSEEK(pnHandle,0,2) returns.
>
> Remember that file can contain 'invisible' CHR(10)+chr(13)- linefeed and carriage return.

Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform