PokeS()

Syntax

PokeS(*MemoryBuffer, Text$ [, Length])
Description
For advanced programmers only. Write a string (including the ending '0') to the specified memory address.

An optional length parameter (in bytes) can be specified that defines the length of the string itself, a zero will still be placed in memory after the poked string (ie. specifying 6 will write 7 bytes, 6 for the string, and the last byte will be zero)

Supported OS

All

<- PokeL() - Memory Index - PokeW() ->