hi,
can somebody convert this code (c/c++) into a command button function?:
-> what i actually want to know is how to get the address of the str and displaying it on a MsgBox...
thanks!![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
can somebody convert this code (c/c++) into a command button function?:
Code:
===================================================
void *p;
char str[256];
p = &str;
printf ("str's address is: %x", p);
===================================================
thanks!
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)