Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
how to use 'Tablename' and 'Tablenumber' functions? give me an example.
AAA:
load ....
BBB:
load ....
CCC:
load ...
let v1 = tablename(0); -> returns AAA
let v1 = tablename(1); -> returns BBB
let v1 = tablenumber('AAA'); -> returns 0
AAA:
load ....
BBB:
load ....
CCC:
load ...
let v1 = tablename(0); -> returns AAA
let v1 = tablename(1); -> returns BBB
let v1 = tablenumber('AAA'); -> returns 0