Validation function for floating point values.

1
2.3
-4.5
-8.2e-10
are all valid.
This commit is contained in:
Steve Checkoway
2006-09-02 23:27:27 +00:00
parent dc98ba4190
commit dd71daeee4
2 changed files with 14 additions and 1 deletions
+2
View File
@@ -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();