| <number> = Numeric functions: indexindex <variable>
<number> = Numeric functions: indexindex ( <variable> ) Instructions: getGet	position of	a Glossary: Variable, var_refvariable in it's enclosing Data Types: Lists and arraysItem selector "[]": Lists
 Glossary: list, list_vallist.
 Flow control: if … thenIf you know a Glossary: Variable, var_refvariable by Vipsi command syntax: Identifiers (names)Identifiers, names
 Operators: Make Identifier "@"
 Text functions: name
 Glossary: Name, Identifiername, you can Instructions: getget it's Numeric functions: indexindex in Flow control: if … then
 Flow control: try … thenthe enclosing List functions: globals
 Shell Immediate Commands: globalsglobals Operators: Boolean Or with Variable "||="
 Operators: Bitwise Or with Variable "|="
 Operators: Bitwise Or "|"
 Operators: Boolean Or "||"or List functions: localslocals Glossary: Variable, var_refvariables Data Types: Lists and arrays
 Item selector "[]": Lists
 Glossary: list, list_vallist.
 Flow control: if … thenIf you know a Data Types: Lists and arraysItem selector "[]": Lists
 Glossary: list, list_vallist item's Vipsi command syntax: Identifiers (names)
 Identifiers, names
 Operators: Make Identifier "@"
 Text functions: name
 Glossary: Name, Identifiername you can Instructions: getget it's position in Flow control: if … then
 Flow control: try … thenthe Data Types: Lists and arrays
 Item selector "[]": Lists
 Glossary: list, list_vallist.
 Numeric functions: indexIndexes start Operators: Make Identifier "@"at 1. As with all Vipsi command syntax: FunctionsFunctions
 Glossary: Functionfunctions which accept exactly one Vipsi command syntax: Arguments
 Glossary: Argumentsargument Flow control: if … then
 Flow control: try … thenthe Separators: Round brackets "( … )"
 Functions with varying return types: bracket expression "()"parenthesis are optional Operators: Boolean And with Variable "&&="
 Operators: Bitwise And with Variable "&="
 Operators: Bitwise And "&"
 Operators: Boolean And "&&"and may be omitted Flow control: if … then
 Flow control: if … thenif the Vipsi command syntax: Arguments
 Glossary: Argumentsargument is no Vipsi command syntax: Expressions
 Glossary: Expressionexpression with Vipsi command syntax: Operators
 Operators
 Glossary: Operatoroperators.
 e.g.: vipsi> Instructions: varHow does VScript::Value() work?: Var*&var a,b,c,d,e
vipsi> Numeric functions: indexindex b  = 2
vipsi> Numeric functions: indexindex(List functions: globals
 Shell Immediate Commands: globalsglobals[2])  = 2
vipsi> Instructions: var
 How does VScript::Value() work?: Var*&var z={1,2,3,i=4,5}
vipsi> Numeric functions: indexindex z.i  = 4
vipsi>
 |