Represents valid characters and their ordinal position in the XXEncode alphabet.
GXXECodeTable: string = '+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
GXXECodeTable is a String constant that represents the valid characters, and their ordinal position, in the XXEncode alphabet. GXXECodeTable includes the following:
Position |
Encoding |
0 |
+ |
1 |
- |
2 |
0 |
3 |
1 |
4 |
2 |
5 |
3 |
6 |
4 |
7 |
5 |
8 |
6 |
9 |
7 |
10 |
8 |
11 |
9 |
12 |
A |
13 |
B |
14 |
C |
15 |
D |
16 |
E |
17 |
F |
18 |
G |
19 |
H |
20 |
I |
21 |
J |
22 |
K |
23 |
L |
24 |
M |
25 |
N |
26 |
O |
27 |
P |
28 |
Q |
29 |
R |
30 |
S |
31 |
T |
32 |
U |
33 |
V |
34 |
W |
35 |
X |
36 |
Y |
37 |
Z |
38 |
a |
39 |
b |
40 |
c |
41 |
d |
42 |
e |
43 |
f |
44 |
g |
45 |
h |
46 |
i |
47 |
j |
48 |
k |
49 |
l |
50 |
m |
51 |
n |
52 |
o |
53 |
p |
54 |
q |
55 |
r |
56 |
s |
57 |
t |
58 |
u |
59 |
v |
60 |
w |
61 |
x |
62 |
y |
63 |
z |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |