routeros-scripts-main/doc/mod/inspectvar.md
Christian Hesse 93e593a891 revert to Telegram domain: t.me
... as it resolves to its address again.

This reverts commit 5b26c6b24e.
2026-07-14 14:34:51 +02:00

1.8 KiB
Raw Blame History

Inspect variables

GitHub stars GitHub forks GitHub watchers required RouterOS version Telegram group @routeros_scripts donate with PayPal

⬅️ Go back to main README

Info: This module can not be used on its own but requires the base installation. See main README 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;

screenshot: InspectVar


⬅️ Go back to main README
⬆️ Go back to top