dhanushya
7th July 2008, 14:24
get.var(pid, main.table$(2;8) & ".hrea", current.hrea)
get.var(pid, main.table$(2;8) & ".wtsc", current.wtsc)
get.var(pid, main.table$(2;8) & ".cuni", current.cuni)
get.var(pid, main.table$(2;8) & ".endt", current.endt)
get.var(pid, main.table$(2;8) & ".orig", current.orig)
get.var(pid, main.table$(2;8) & ".stdt", current.stdt)

george7a
7th July 2008, 15:28
Hi,

main.table$ is a predefined variable that holds the value of the session's main table.

If you need something else, please elaborate more on your question.

- George

dhanushya
8th July 2008, 09:21
Thaks for replying.