Return to the RPG Tips
Test a character field for valid numeric data
Try this.....I believe it came from Mr. Cozzi........... If %Check('0123456789': myField) > 0 // you have non-numeric data in the fields Else // the field is all numeric. It is okay! Endif
[report a broken link by clicking here]