Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== BASIC + Strings ====== Strings in BASIC+ are not null-terminated. If a function requires a null-terminated string, you must explicitly concatenate a Char(0) to the string. Failure to do so can cause unpredictable behavior, such as unexpected termination of Windows or OpenInsight. Examples of techniques for passing and receiving string arguments are illustrated in the following topics: [[getwindowsdirectory|GetWindowsDirectory()]] [[getsystemdirectory|GetSystemDirectory()]] guides/programming/programmers_reference_manual/basic_strings.txt Last modified: 2024/06/19 20:20by 127.0.0.1