Domino Code Fragment
Code Name* Converting C Strings To Lotusscript Strings | Date* 06/28/2025 | Source (or email address if you prefer)* [email protected] IP address:.172.69.59.166 | |
Description* When calling Windows API functions, you usually have to pass in a fixed length buffer in which the API call returns a null-terminated (C style) string. To convert this string back to a normal LotusScript string, use the Instr function to search for Chr$(0). | Type* LotusScript | Categories* (Misc) |
Implementation: | Required Client: | Server: |
Limitations: | Comments: |