documentation bugfix for WGSetState

This commit is contained in:
4am 2018-03-03 10:50:37 -05:00
parent 79b6984dbf
commit 26a3c27b0a

View File

@ -728,12 +728,12 @@ Not available
</table> </table>
####WGSetValue ####WGSetState
Sets the currently selected view's value. For progress bar views, this is the progress value. For checkboxes, 1 is checked and 0 is unchecked. Sets the currently selected view's value. For progress bar views, this is the progress value. For checkboxes and radio buttons, 1 is checked and 0 is unchecked.
<table width="100%"> <table width="100%">
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre> <tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
X: WGSetValue X: WGSetState
A: new value A: new value
</td><td> </td><td>
&SETV(value) &SETV(value)