Domino Code Fragment
| Code Name* Converting C Strings To Lotusscript Strings | Date* 06/09/2026 | Source (or email address if you prefer)* [email protected] IP address:.104.23.243.66 | |
| 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: | |