Code 39

 

Syntax

CODE39(string_value[, check_digit])

Description

Computes a Code 39 bar code. Check_digit is optional and default is “False”.

Example

CODE39("ATLAS2002", True)

 

 
Parameter description

string_value

The value represented by the bar code

[, check_digit]

Optional, default is "False". Enter "True" to calculate checksum.

 

Code 39 (or Code 3 of 9) is the most common bar code in use for custom applications. It is popular because it:

Code 39 is a variable-width bar code, and it can support any number of characters that the reader can scan.

 

It is used in many military and government specifications.

 

Code 39 bar codes are self checking and are not prone to substitution errors. They generally do not require checksums.