From 26a3c27b0a3139fbd32cf256ce29ea5a56f74502 Mon Sep 17 00:00:00 2001 From: 4am Date: Sat, 3 Mar 2018 10:50:37 -0500 Subject: [PATCH] documentation bugfix for WGSetState --- Documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation.md b/Documentation.md index 2e867a0..3da9904 100644 --- a/Documentation.md +++ b/Documentation.md @@ -728,12 +728,12 @@ Not available -####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.
AssemblyApplesoft
-X:		WGSetValue
+X:		WGSetState
 A: 		new value
 
&SETV(value)