PlayHD 14 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 Share this post Link to post Share on other sites
JohnOne 1,603 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. Share this post Link to post Share on other sites
PlayHD 14 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 Share this post Link to post Share on other sites