aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-11-16 16:02:55 +0100
committerGravatar Christian Hesse <mail@eworm.de>2022-02-20 23:40:22 +0100
commit002315035c25b8569d2b6f232a6f8dfba37cf07b (patch)
tree28a065016686d9d2312f2ff4dfe8891ecbe3a3f6 /doc
parent07fc5c898ad36debad96d06e3a65fa06ccdadde8 (diff)
add doc/mod/inspectvar
Diffstat (limited to 'doc')
-rw-r--r--doc/mod/inspectvar.d/inspectvar.avifbin0 -> 2891 bytes
-rw-r--r--doc/mod/inspectvar.md33
2 files changed, 33 insertions, 0 deletions
diff --git a/doc/mod/inspectvar.d/inspectvar.avif b/doc/mod/inspectvar.d/inspectvar.avif
new file mode 100644
index 0000000..d4a745f
--- /dev/null
+++ b/doc/mod/inspectvar.d/inspectvar.avif
Binary files differ
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)