[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.8 $INSTANCEOF

Returns 1 if the specified lvn is an instance of class class, or 0 otherwise.

The first argument is a string representing a valid FreeM local variable.

The second argument is a string representing a valid FreeM class.

USER> N STR=$$^%STRING

USER> W $INSTANCEOF("STR","^%STRING")
1

This document was generated on March 27, 2025 using texi2html 5.0.