apsync Posted May 23, 2005 Posted May 23, 2005 hmm for some reason this is not working, anyone know what i am doing wrong? -> func _GRAB__KEY() return Random(0, 9) EndFunc
GaryFrost Posted May 23, 2005 Posted May 23, 2005 apsync said: hmm for some reason this is not working, anyone know what i am doing wrong? ->func _GRAB__KEY() return Random(0, 9) EndFunc<{POST_SNAPBACK}>Works for me, of course it's returning a float tho.MsgBox(0,"test",_GRAB__KEY()) func _GRAB__KEY() return Random(0, 9) EndFunc SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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