DEFAULT.SRC provides for displaying the user's current
message and file areas in the prompt with code like
@LIB@ and @DIR@.
How can I access these values so that I can branch
in Baja code? I don't see any functions or system
variables listed in the documentation that corresponds
to these conditions.
I want to display a menu that is specific to the
file library a user is currently in.
Thanks for your help! I'm a beginner.
Re: Knowing groups & areas
By: Tegularius to All on Sat Oct 01 2005 07:30 pm
DEFAULT.SRC provides for displaying the user's current
message and file areas in the prompt with code like
@LIB@ and @DIR@.
How can I access these values so that I can branch
in Baja code? I don't see any functions or system
variables listed in the documentation that corresponds
to these conditions.
I want to display a menu that is specific to the
file library a user is currently in.
Thanks for your help! I'm a beginner.
DEFAULT.SRC is a Baja module. This is the JavaScript Programming message are :-)
That said, here's a Baja code snippet to do what you're asking:
compare_ars sub=general
if_true
print "You're in the general sub-board"
end_if
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,055 |
Nodes: | 17 (1 / 16) |
Uptime: | 00:33:36 |
Calls: | 501,024 |
Calls today: | 11 |
Files: | 109,384 |
D/L today: |
2,197 files (186M bytes) |
Messages: | 304,876 |
Posted today: | 1 |