Validation function for floating point values.
1 2.3 -4.5 -8.2e-10 are all valid.
This commit is contained in:
@@ -55,6 +55,8 @@ public:
|
||||
{
|
||||
TextEntry( smSendOnPop, sQuestion, "", 255, NULL, OnOK, OnCanel, true );
|
||||
}
|
||||
|
||||
static bool FloatValidate( const RString &sAnswer, RString &sErrorOut );
|
||||
|
||||
virtual void Init();
|
||||
virtual void BeginScreen();
|
||||
|
||||
Reference in New Issue
Block a user