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 optional length parameter (in bytes) can be specified.
Supported OS
All