Maches Posted September 11, 2013 Posted September 11, 2013 Hello, I just learning AutoIT. I trying code in autoIT my code in delphi... I have like that in delphi : namesize := cs_adr + (i * LoginCharListDist ) + LoginCharListDistNameSize); and I wrote it to auto IT like that.. $namesize = $cs_adr + ($i * $LoginCharListDist) + $LoginCharListDistNameSize and I have on delphi return 6 (correct) and on AutoIT 0, could anyone help me what I 'm doing wrong? ;/
Mat Posted September 11, 2013 Posted September 11, 2013 Can you give us the values you are putting in? Some context around the code would also be useful as based on the above the output should be the same. AutoIt Project Listing
Maches Posted September 11, 2013 Author Posted September 11, 2013 I found my mistake in other code, here is all ok. Anyway,thanks for help can close thread
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now