25.10.2014, 13:27
How to use inputtext for number?
new amount = strval(inputtext);
// Put this in your dialog response
if (strval(inputtext))
{
// The text is numeric, proceed with the code..
}
else
{
// The text is not numeric, reshow the dialog?...
}