| List functions: joinInstructions: joinjoin <list_var>, <separator>
 Insert Flow control: if … thenFlow control: try … thenthe Separatorsseparator between all Data Types: Text
 Item selector "[]": Text
 Glossary: text, text_valtexts Operators: Boolean And with Variable "&&="
 Operators: Bitwise And with Variable "&="
 Operators: Bitwise And "&"
 Operators: Boolean And "&&"and Operators: Append Text to Variable "#="
 Operators: Append List to Variable "##="
 Operators: Concatenate Texts "#"
 Operators: Concatenate Lists "##"concatenate all Data Types: Text
 Item selector "[]": Text
 Glossary: text, text_valtexts from Flow control: if … then
 Flow control: try … thenthe Data Types: Lists and arrays
 Item selector "[]": Lists
 Glossary: list, list_vallist Glossary: Variable, var_refvariable to one Data Types: Text
 Item selector "[]": Text
 Glossary: text, text_valtext. Any item which is Operators: Bitwise Not "~"
 Operators: Boolean Negation "!"not a Data Types: Text
 Item selector "[]": Text
 Glossary: text, text_valtext is converted Text functions: stringto text prior.
 There is also a Vipsi command syntax: FunctionsFunctions
 Glossary: Functionfunction List functions: join
 Instructions: joinjoin which Flow control: returnreturns Flow control: if … then
 Flow control: try … thenthe joined Data Types: Text
 Item selector "[]": Text
 Glossary: text, text_valtext.
 Instructions: varHow does VScript::Value() work?: Var*&var mytext = Text functions: file
 Instructions: filefile "foobär"
List functions: split
 Instructions: splitsplit mytext        // into lines
List functions: join
 Instructions: joinjoin mytext,Constants: nlnl      // rejoin Flow control: if … then
 Flow control: try … thenthem, inserting unix Constants: nlnl's
 |