hankfu
23rd July 2002, 06:24
who can send me the list of the system variant of baan?

My address is hankfu@163.net

~Vamsi
23rd July 2002, 07:51
Look at this thread http://www.baanboard.com/baanboard/showthread.php?threadid=95

If that is not what you want, please explain.

hankfu
26th July 2002, 07:06
Sorry, that isn't what I need.

In fact, I need to a list about the system variant that shows some system information.

For example: logname$ : shows who is working.

~Vamsi
26th July 2002, 08:52
How about this one then?
http://www.baanboard.com/baanboard/showthread.php?s=&threadid=733

Also I am moving this thread into the tools admin forum. More likely to get a better answer there.

patvdv
26th July 2002, 08:54
Ah, wasn't too sure what 'system variant' meant. So you are talking about system environment variables. The easiest way to see them is to open a shell and type:
# set

hankfu
26th July 2002, 09:07
I think that I didn't explain what I want clearly.

Now I want to develop some program. But I hope I can get some system information from some system variants.

for example: now the login name is hank.
I want to record some information regarding the user. Something like "who when do what". So I need the login name firstly. But normally I can't get it expect for the system variants.
So I can get it for the following sentence:
fgtst030.user = logname$


Hope I have explained it clearly.

patvdv
26th July 2002, 09:11
Hank,

I think you are talking about using system variables in Baan scripts. For this I can't really help you. This thread is going back to Tools Development :)

hankfu
26th July 2002, 09:34
Thanks for your reply!