I would suggest to use string for adding the numbers, then convert it to variable.

Something like (not tested):
Code:
STRING* setNumStr = "10";

void test(){
     str_cat(setNumStr, "23");
     var number = str_to_num(setNumStr);
}

Maybe it's no the fastest way to do it, but it should work laugh

Edit: check str_cat_num too!

Best regards!

Last edited by 3run; 03/31/15 22:09. Reason: added str_cat_num

Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung