![]() | Invoking new parser |
| Prev | New parser vs. old parser | Next |
To enable new parser, set useInternalParser property of the dialog to true. You can also enable new parser in a single script by putting
#!kommanderon the first line of the script. Also note if you are using another scripting language in a script with a sheebang that Kommander automatically enables the old parser for interacting with the dialog.
#!/bin/bash echo @Self.item(0) # returns first paramter passed to script # echo $returnvalue passes back to calling script
| Prev | Home | Next |
| New parser | Up | Parser features |