Win32_NullString

Returns a FoxPro string from a null terminated C style string. Terminates the input string at the first CHR(0) found.

Note: This is a static function not a method of wwAPI

o.wwAPI.Win32_NullString(lcString)

Parameters

lcString
The null terminated C string returned from an API call. String will be stripped at the first CHR(0)/null.

See also:

Class wwAPI

© West Wind Technologies, 2004-2017 • Updated: 09/17/08
Comment or report problem with topic