Description Usage Arguments Value Author(s) Examples
This function enforces content control on entry widgets.
1 | CheckEntry(obj.class, ent.str = "")
|
obj.class |
character. Name of object class, either real, integer, or logical |
ent.str |
character. Value from entry widget |
Returns a character string that can be easily converted to the desired object class.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 | CheckEntry("numeric", "3.14ab")
CheckEntry("integer", "3.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.