StrData

Method

Returns actual character base pointer of string

Product: 

Class: 

Warning

uCalc API Preview Release Notice:The uCalc engine has successfully transitioned to modern cross-platform environments.The next phase envolves some structural changes, performance optimizations, and API refinements.The API is subject to breaking changes prior to the stable release. Please evaluate the preview version thoroughly before production use.

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.

Examples

This page last modified on: 

8/21/2026