PeekS()

Syntax

Text$ = PeekS(*MemoryBuffer [, Length])

Description

For advanced programmers only. Very useful to catch a string at the specified memory address. The string should be ended by a '0' character, else it will read the memory until a '0' is encounter. An optionnal length parameter can be specified.

Supported OS

Windows, AmigaOS, Linux

Misc - Index