Matrix1 Utility Plug-ins

POKE STRING


Syntax

POKE STRING MemoryAddress, String Value
POKE STRING MemoryAddress, String Value, String Size

Description

This command writes the string value to the memory address specified.

If the second form of the command is used, it will limit itself to writing exactly the number of characters specified, filling any unused positions with a null character value. It will not null-terminate the string if the string is the same or greater size than the size specified.

Extra care should be taken with this command, as it will cheerfully copy the source string into memory that does not belong to you.

Go back to ...

Matrix1Util_04 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011