uCalc API Preview Release Notice:This preview documentation describes the intended behavior of the API. It is not fully accurate or complete.The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.Use of the preview version in your production code is not recommended.
Syntax
StrData()
Parameters
[None]
Return
CONSTCHAR
Pointer to byte array
Remarks
This returns a pointer to the actual location in memory of a Transformer string. This is the string that is returned by Str(). Note: This should never be used alone. Always use it in pair with StrLength.