skip to main content

Library Routines : M$PUT

M$PUT
The M$PUT library routine copies the content of data item to a memory region previously allocated with the M$ALLOC library routine.
Syntax:
 CALL "M$PUT" USING  memAddress 
Parameters:
Examples:
Example - Allocate 8 bytes of memory, put a value in it
call "m$alloc" using 8, mem1
call "m$put" using mem1, "Hello"81

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left