Home > lang > write 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Warning! This page is not up to date.  See english version 
WRITE
WRITE [ # Datumstrio , ] Esprimo [ , Dimensio ]
WRITE [ # Referenco , ] Esprimo [ , Dimensio ]

Skribas esprimon al stream Datumstrio uzata binara prezenton.

Se stream ne estas specifanta cxefeligujo estas uzanta.

Se Esprimo estas cxeno, vi povas specifi dimension, kiu indikas nombro de bitoj al skribato. Vi povas specifi dimensio, kiu estas nombro de bitoj al skribi.

you can specify a length that indicates the number of bytes to write. If no length is specified for a string, it is directly written to the stream just before the string data.

This instruction uses the byte order of the stream to read the data.

If you specify a Pointer instead of a Stream, then data will be written directly to the memory address specified by the pointer.

If you try to write at a forbidden memory address, you will get an error. The interpreter won't crash.

See also

Stream & Input/Output functions, Stream.ByteOrder, Binary Data Representation, External Function Management