NAME

NameOfSub

Get the name of a sub sign.

USAGE

NameOfSub[num_sub]

PARAMETERS

num_sub:

Is the number of the subdivision of the sign.

OPTIONS

None

RETURN

Return the name of the subdivision

EXAMPLE

for { set i 0} {$i < 13} {incr i} {
PutTxt [NameOfSub $i]
}

Output

1/1
1/2
1/3
1/7
1/9
1/12
1/30
1/4
1/5
1/10
1/11
1/16
1/60