Instructions: writewrite <value>
Instructions: writewrite #number, <value>
Instructions: writeWrite Data Types: Text Item selector "[]": Text Glossary: text, text_valtext in Integer numbers: Binary Floating point: Binary Text functions: binstrbinary mode. Flow control: if … then Flow control: try … thenThe default stream is Constants: stdoutstdout. Flow control: if … then Flow control: try … thenThe stream may be changed with #number.
No conversions applied. Flow control: if … then Flow control: try … thenThe Data Types: Text Item selector "[]": Text Glossary: text, text_valtext is written 'as is'. All characters written are masked to fit into a byte! you should Text functions: convert Instructions: convertconvert your data to Flow control: if … then Flow control: try … thenthe desired destination format using Text functions: convert Instructions: convertconvert.
vipsi> Text functions: convert Instructions: convertconvert mytext to ucs4
vipsi> Instructions: openoutopenout #9, "myfile.txt"
vipsi> Instructions: writewrite #9, mytext
vipsi> Instructions: closeclose #9
vipsi>
|