<-- Previous || Up || Next -->

Crypto Alphabet Property
Codes Ciphers Class

Public Property Get CryptoAlphabet() As String

"Cryptographic Alphabet"
Property whose Constant string value contains the characters form the alphabet used to illustrate many of the historical code and cipher functions.

Examples:
    CryptoAlphabet = " ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    CaesarCipher("ATTACK AT DAWN",  3, CryptoAlphabet) = "DWWDFNCDWCGDZQ"
See also:
    CaesarCipher Function, et. al.
Contains a space followed by the upper-case alphabetic characters A..Z.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.