Get_Scan_Type_Name

Get the name of the scan type. An empty string is returned if the scan type is not recognized. Scanner symbology values can be found in Symbologies and Values.

Parameters

Scan Type

The scan type number.

Format

Get_Scan_Type_Name (Scan Type)

Return Value

Returns the name of the supplied scan type.

Example

Script( Get_Scan_Type_Name_Test )
String( barcode )
String( strScanType )
Number( type )
Activate( On_Input, barcode, type )
strScanType = Get_Scan_Type_Name( type )
Ask_OK( strScanType, "Scan Type Name" )
type = Ask_Number( "Enter a scan type", "Get_Screen_Text_Test", 0, 255, 60 )
strScanType = Get_Scan_Type_Name( type )
Ask_OK( strScanType, "Scan Type Name" )
Return

See Also

Scan_String, Get_Scan_Type_Value

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal