Write

Last Modified: 1/18/2021

Writes Data to the DataPtr&.

Arguments

NameTypeRequiredDescription
Data Integer / String Yes The Data you wish to write.

Example

Syntax: Write <Data>[, <Data>]
    a$ = "World, Hello"
    
    b& = VarPtr&(a$)
    DataPtr& = b&
    
    Write "Hello World!"
    Print a$

Remarks

The size of the Data is byte length.

See Also

WriteInt, WriteLong