Lonkero,simple example (for a better understanding)
try :
code:
$fg = "w+"
$bg = "b+"
color $fg/$bg
won't work !
but :
code:
$fg = "w+"
$bg = "b+"
$ = execute("color $fg/$bg")
will work !
Jochen
(and again we have vars inside a string !=)
[ 05 July 2001: Message edited by: jpols ]
_________________________