Topic: RATC2 controlSet bug with strings?
Hi all,
I am using Nware 1.6.3 and seem to have come across a bug RATC2.
When I controlGet a string with something in it I get:-
valueIs "config.1" my test string 0.000
I can set this string to a value using:-
controlSet "config.1" "my new text"
However when I try and set it to nothing :-
controlSet "config.1" ""
the response is:-
badArgumentCount
Does anybody know if there is a solution or workaround to this?