Matrix1 Utility Plug-ins

IS MEMORY WRITEABLE


Syntax

IsWriteable = IS MEMORY WRITEABLE( MemoryAddress )
IsWriteable = IS MEMORY WRITEABLE ( MemoryAddress, SizeOfMemoryArea )

Description

Returns a true result if you can safely write to the memory address given.

The first form of the function will check to see if the single byte at the memory address is safely writeable.
The second form will check that the area specified is writeable.

Note that although this function may say that an address is writeable, you may corrupt the memory heap if you do so without care … you may trash your variables, the memory heap, or your programs resources.

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