Skip to content

VarPtr!

Name Mandatory Description Default Type
⬅️ Input The variable whose pointer is to be retrieved. It must be of type sequence, bytes, or string. Any
Output ➡️ The memory address of the specified variable's data, represented as an integer. Int

Retrieves the memory address of the data contained in the specified variable and outputs it as an integer. The variable must be of type sequence, bytes, or string.