Good morning,
In the attempt to verify my routines, I'm trying to build a simple dialog that inputs a number(double or decimal).
So I made this simple code:
Dim temp
Dim Id As InputDialog
Id.InputType = Id.INPUT_TYPE_DECIMAL_NUMBERS
temp = Id.Input
expecting that temp would give something... Oh, it gives me something: java.lang.NumberFormatException...
I can't find a simple example in the forums - sorry...
Kind regards,
Kepler
In the attempt to verify my routines, I'm trying to build a simple dialog that inputs a number(double or decimal).
So I made this simple code:
Dim temp
Dim Id As InputDialog
Id.InputType = Id.INPUT_TYPE_DECIMAL_NUMBERS
temp = Id.Input
expecting that temp would give something... Oh, it gives me something: java.lang.NumberFormatException...
I can't find a simple example in the forums - sorry...
Kind regards,
Kepler