11-14-2008, 04:22 PM
Haven't done much manipulation with variables and clipboard yet.
Not sure what is going on here.
==> All I want is to grab the number from the clipboard, multiply it by 18, and display an info box with the result. I keep getting 7 digit numbers as results
any thoughts appreciated thanks
Not sure what is going on here.
==> All I want is to grab the number from the clipboard, multiply it by 18, and display an info box with the result. I keep getting 7 digit numbers as results
;deb
int hwnd1=win()
int hwnd2=win("Excel" "")
if hwnd1 = hwnd2
,'Cc
str s
int i
s.getclip
s.rtrim("[]")
i=s
;out i
;out s
out i
i = i*18
s=i
out i
out s
any thoughts appreciated thanks