define a variable as a list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-23-2018 01:24 PM
is it possible to define a variable as a list and then to be able to browse it (in a script .xsf) ?
Many thanks in advance, alex
Many thanks in advance, alex
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-13-2018 03:37 PM
Yes, this is possible.
.xsf scripts support TCL, and any variables are TCL lists (split on whitespace).
See:
https://documentation.extremenetworks.com/exos_22.4/EXOS_21_1/CLI_Scripting/r_using-builtin-function...
and
https://documentation.extremenetworks.com/exos_22.4/EXOS_21_1/CLI_Scripting/r_using-script-variables...
for more information.
.xsf scripts support TCL, and any variables are TCL lists (split on whitespace).
See:
https://documentation.extremenetworks.com/exos_22.4/EXOS_21_1/CLI_Scripting/r_using-builtin-function...
and
https://documentation.extremenetworks.com/exos_22.4/EXOS_21_1/CLI_Scripting/r_using-script-variables...
for more information.
