Index increments string- I>
- Instruction: I>%
- Parameter: "%" (optional) increment value from 1 to 9
- Return: none
- Description:
Increments by "%" characters the size of the text string being parsed. If no increment value is specified, the default value is 1. This instruction is executed only if the condition state is true.
- Examples:
Text string: bel
Braille string: 12 15 123
Condition: Wb I>
Description: When the string "bel" is word initial, the size of the searched string (in this case three characters) is increased to four characters. The character following the string "bel" will never be transcribed, because the parsing index will have passed it.