Guest_imported
New member
- Jan 1, 1970
- 0
I don´t have any idea to fix this problem, (I make programs is VB)I have:
proid[0]=edit1;this is a text box
var.data = proid->text.toint();
I need to add the string "100" before converts to integer, but I like have a varible somethig like this
a = "100" + edit1
var.data = toint(a)
Why need to do.
Thks
proid[0]=edit1;this is a text box
var.data = proid->text.toint();
I need to add the string "100" before converts to integer, but I like have a varible somethig like this
a = "100" + edit1
var.data = toint(a)
Why need to do.
Thks