Table of Contents

# $EPIC: builtin_expando.txt,v 1.2 2006/07/17 19:41:50 sthalik Exp $

Synopsis:

$builtin_expando(<expando name>)

Technical:

Practical:

The inline expandos ($A, $B, $C, etc) can be overridden by user variables (eg, /assign A testing). If you need to call the underline inline expando and to be sure that you won't be thwarted by an assign alias, then you can call this function to invoke the inline expando.

Example:

$builtin_expando(N)     returns your current nickname
$builtin_expando(C)     returns the current channel of the current window

Returns:

The value of the inline expando $<expando name>