Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
IsNumeric
IsNumeric
Aug. 10, 2016
Parameter
(Value : String) : Boolean;
Beschreibung
Prüft, ob der übergebene String einen numerischen Inhalt besitzt.
Beispiel
If IsNumeric(myTestString) = False
Then Raise('Invalid value!');
, multiple selections available, Use left or right arrow keys to navigate selected items