Hi,
Is it possible to call a func with specific variables in option?
like that:
Is it possible to call a func with specific variables in option?
like that:
$toto = 1 $Titi = 2 func start () msgbox ("","",$x) endfunc start(where $x = $toto) start(where $x = $Titi)