getTokenValue


Build in function to retrieve a value from an ExprTokenType structure.

value := getTokenValue(pointer-expression)
value := getTokenValue(varContainingPointer+0)

Parameters

Parameter

Description

pointer-expression

An expression which results in a pointer to an ExprTokenType structure. This must not be a variable reference, string, floating-point number or numeric literal.

Return Value

Value from an ExprTokenType structure.

Remarks

None

Related

AutoHotkey.dll, ahkdll, ahktextdll, ahkReady, addFile, addScript, ahkExec, ahkLabel, ahkFunction, ahkPostFunction, ahkassign, ahkgetvar, ahkTerminate, ahkReload, ahkFindFunc, ahkFindLabel, ahkPause, ahkExecuteLine, Alias, cacheEnable, FindFunc, FindLabel, getVar, Static, AutoHotkeyMini, DynaCall, CriticalSection, CriticalObject, MemoryLoadLibrary, ResourceLoadLibrary, MemoryGetProcAddress, MemoryFreeLibrary, Other Changes

Example

; None.