Mapping table, best way.

  • Thread starter Thread starter Markus Freitag
  • Start date Start date
M

Markus Freitag

Guest
Hello,
I need to read out a mapping table and create a new string.
Sample:
26.02.2020

Should be generating this L2S
Which way is the best for the problem?
a) only by code
b) maybe by file, so the user can change without need a new version.
C) maybe a map ? or a datatable

// -------------
month print
1 1
2 2 **
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 X
11 Y
12 Z

// -------------


year/date print
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 A
11 B
12 C
13 D
14 E
15 F
16 G
17 H
18 J
19 K
20 L **
21 M
22 N
23 P
24 Q
25 R
26 S
27 T
28 U
29 V
30 W
31 X



Greetings Markus

Continue reading...
 
Back
Top