CDO$HELP.HLB  —  CDO Edit Strings, Digit Characters
    You can represent hexadecimal (F), octal (7), and decimal (9)
    digits in edit strings.

1  –  F Hexadecimal Digit Character

    The edit string character F (uppercase letter F) displays one
    hexadecimal digit in the edited value.

    Do not use the hexadecimal digital character (F) within an
    edit string containing the octal character (7) or the decimal
    character (9).

    CDO Edit       FFF
    String:
    Field Value:   32
    Edited         020
    Value:

2  –  7 Octal Digit Character

    The edit string character 7 (the number seven) displays one octal
    digit in the edited value.

    Do not use the octal digit character (7) within an edit string
    containing the hexadecimal character (F) or the decimal character
    (9).

    CDO Edit       777
    String:
    Field Value:   32
    Edited         040
    Value:

3  –  9 Decimal Digit Character

    The edit string character 9 (the number nine) displays one
    decimal digit in the edited value.

    Do not use the decimal digit character (9) within an edit string
    containing the hexadecimal character (F) or the octal character
    (7).

    CDO Edit       999
    String:
    DTR Edit       999
    String:
    Field Value:   613
    Edited         613
    Value:
Close Help