vipsi - the friendly vip script interpreter

Instructions

write

Instructions: writewrite <value>
Instructions: writewrite #number, <value>

Instructions: writeWrite Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
in Integer numbers: Binary
Floating point: Binary
Text functions: binstr
binary
mode.
Flow control: if … then
Flow control: try … then
The
default stream is Constants: stdoutstdout. Flow control: if … then
Flow control: try … then
The
stream may be changed with #number.

No conversions applied. Flow control: if … then
Flow control: try … then
The
Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
is written 'as is'. All characters written are masked to fit into a byte! you should Text functions: convert
Instructions: convert
convert
your data to Flow control: if … then
Flow control: try … then
the
desired destination format using Text functions: convert
Instructions: convert
convert
.

vipsi> Text functions: convert
Instructions: convert
convert
mytext to ucs4
vipsi> Instructions: openoutopenout #9, "myfile.txt" vipsi> Instructions: writewrite #9, mytext vipsi> Instructions: closeclose #9 vipsi>

Valid HTML   Valid CSS