Conversion variables with System plugin
Is it possible to do with system plugin:
char *chNumber="90";
int nNumber;
nNumber=*((int*)chNumber); //nNumber="12345"
Archive: Conversion variables with System plugin
Conversion variables with System plugin
Is it possible to do with system plugin:
char *chNumber="90";
int nNumber;
nNumber=*((int*)chNumber); //nNumber="12345"
StrCpy $0 "Null"
System::Call "*(&t4 r0)i.r1"
System::Call "*$1(i .r0)"
System::Free $1
DetailPrint $0
Excellent, thanks!