Forum Discussion
Ryan_Moran
11 years agoValued Contributor
Seems to work for me...entered your text into notepad and ran the following code:
var myObj = Sys.Process("notepad").Window("Notepad", "Untitled - Notepad", 1).Window("Edit", "", 1);
aqObject.CheckProperty(myObj,"wText",0,"<No Value> -> 123.45");