PlayHD Posted December 11, 2012 Posted December 11, 2012 (edited) can anybody give me an example with pointers... i want to use them .. but no documentation.... eg: $k = 0 $p = Ptr($k) how i get the $k from $p.. ps. sorry for my english. Edited December 11, 2012 by PlayHD My UDF : _WinShake, _WinSplitMy Apps : Google Guitar Bot, PuzzleGameDesign Gui : Interesting Tabs Design, RBox Project (abandoned), Animated Gui on Exit
JohnOne Posted December 11, 2012 Posted December 11, 2012 $k = 0 $p = Ptr($k) MsgBox(0,0,Int($p)) AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
PlayHD Posted December 12, 2012 Author Posted December 12, 2012 (edited) wow... that was easy .. lol .. thank's John Edited December 12, 2012 by PlayHD My UDF : _WinShake, _WinSplitMy Apps : Google Guitar Bot, PuzzleGameDesign Gui : Interesting Tabs Design, RBox Project (abandoned), Animated Gui on Exit
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