AMOSi:Vdialog$
From Amiga Coding
Reads or modifies the internal string variables in any active Interface program directly from AMOS Basic.
<pre>
Vdialog$(channel,var)=value$
</pre>
Loads an Interface variable with a string.
<pre>
value$=Vdialog$(channel,var)
</pre>
Reads an Interface string into AMOS Basic.
channel specifies the channel number.
var selects the variable.