Code39 Function

Top  Previous  Next

Encodes a string using Code39 format.

Public Function Code39(ByVal Src As String, ByVal CheckDigit As Boolean) As String

Parameters

Src

    String to be encoded using Code39 format.

CheckDigit

    Indicates whether a check digit character should be inserted into barcode string.

 

Return Value

Code39 format barcode string.