IsFieldPercentAlpha
Determines if the characters in the captured value of current Field object are n% alphabetic.
Syntax
bool IsFieldPercentAlpha (StrParam)Parameters
A number (0-100) indicating the percentage necessary to return a True condition. The value must be numeric, without the percent sign. Smart parameters are supported.Returns
True if the requirements of the parameter are met. Otherwise False, including if the Field is empty.Level
Field level.Details
- Example
IsFieldPercentAlpha("50") #RPR-1421 returns False IsFieldPercentAlpha("30") #RPR1421 returns True