documentation bugfix for WGSetState

This commit is contained in:
4am 2018-03-03 10:50:37 -05:00
parent 79b6984dbf
commit 26a3c27b0a
1 changed files with 3 additions and 3 deletions

View File

@ -728,12 +728,12 @@ Not available
</table>
####WGSetValue
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.
####WGSetState
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%">
<tr><th>Assembly</th><th>Applesoft</th></tr><tr><td><pre>
X: WGSetValue
X: WGSetState
A: new value
</td><td>
&SETV(value)