View Single Post
Old 09-12-2017, 01:28 AM   #64
Tod
Human being with feelings
 
Tod's Avatar
 
Join Date: Jan 2010
Location: Kalispell
Posts: 14,745
Default

Quote:
Originally Posted by mpl View Post
something like
Code:
valueIn = 64;
instead of
Code:
   GetUserInputs("Set CC value", 1, "Value", #dialog_ret_val); 
   match("%f", #dialog_ret_val, valueIn);
Thanks much mpl, this will be a big help.
Tod is offline   Reply With Quote