5 lines
110 B
Text
5 lines
110 B
Text
|
|
procedure tt_stringA(sequence text, integer alias)
|
||
|
|
tt_string(text,-2)
|
||
|
|
tt[pcurr] = alias
|
||
|
|
end procedure
|