|
|
|
|
|
UnitedStates.CheckSSN (Function) In french: EtatsUnis.VérifieSSN Checks the validity of a U.S. Social Security Number. // Check a variable MySSN is string = "721074426" UnitedStates.CheckSSN(MySSN) // Returns True  // Check a control EDT_SSN = "ABC" UnitedStates.CheckSSN(EDT_SSN) // Returns False
Syntax
<Result> = UnitedStates.CheckSSN(<Number to check>)
<Result>: Boolean - True if the specified element contains a valid SSN.
- False otherwise.
<Number to check>: Control name or string variable SSN to check. This parameter can correspond to: - the name of a string variable.
- the name of a control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|