Find_Code_Description - ValidationTable
Returns the description for a given code in the DescriptionValidationTable
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| sCode | String | Code for which to look up the description for |
Syntax
Function Find_Code_Description String sCode Returns String
Call Example
Get Find_Code_Description sCode to StringVariable
Description
You can use Find_Code_Description to retrieve the description for a given code in the DescriptionValidationTable.
String sDesc sCode
Move "FL" to sCode
Get Find_Code_Description of Customer_State_VT sCode to sDesc