AMOSi:Vdialog

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

an example can be found on AMOSPro_Tutorial:Tutorials/Interface/Sliders.AMOS


Reads or modifies the internal variables in any active Interface program directly from AMOS Basic.


Vdialog(channel,var)=value

Assigns a value to an Interface variable.


value=Vdialog(channel,var)

Reads a value from an Interface variable.


channel sets the number of an open dialogue channel.


var indicates the number of the variable to be accessed.