diff options
author | Christian Hesse <mail@eworm.de> | 2021-11-16 16:02:55 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-02-20 23:40:22 +0100 |
commit | 002315035c25b8569d2b6f232a6f8dfba37cf07b (patch) | |
tree | 28a065016686d9d2312f2ff4dfe8891ecbe3a3f6 /doc/mod/inspectvar.md | |
parent | 07fc5c898ad36debad96d06e3a65fa06ccdadde8 (diff) |
add doc/mod/inspectvar
Diffstat (limited to 'doc/mod/inspectvar.md')
-rw-r--r-- | doc/mod/inspectvar.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/mod/inspectvar.md b/doc/mod/inspectvar.md new file mode 100644 index 0000000..d3fb3b2 --- /dev/null +++ b/doc/mod/inspectvar.md @@ -0,0 +1,33 @@ +Inspect variables +================= + +[◀ Go back to main README](../../README.md) + +> ℹ️️ **Info**: This module can not be used on its own but requires the base +> installation. See [main README](../../README.md) for details. + +Description +----------- + +RouterOS handles not just scalar variables, but also arrays - even nested. +This module adds a function to inspect variables. + +Requirements and installation +----------------------------- + +Just install the module: + + $ScriptInstallUpdate mod/inspectvar; + +Usage and invocation +-------------------- + +Call the function `$InspectVar` with a variable as parameter: + + $InspectVar $ModeButton + +![InspectVar](inspectvar.d/inspectvar.avif) + +--- +[◀ Go back to main README](../../README.md) +[▲ Go back to top](#top) |