This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 37 matches

by Snapple
Sun Jul 20, 2003 2:08 am
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4411

hmm

I need to leave the flag word or change it?
and the setudef is suppose to come before the if or out of code?
by Snapple
Sun Jul 20, 2003 12:45 am
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4411

ok, thanks but some questions

hmm what is the encoding command? never heard of it =\
and also setufed how do I use it
and the channel get will get the information from the list?

and
thank you very much
by Snapple
Sat Jul 19, 2003 5:11 pm
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4411

I'v already shown an example

if {(![info exists cbot([strlwr $target])])} { ....
if the $target is hebrew chan, it will show always true..., that no info exists in there, but the info is there...
by Snapple
Sat Jul 19, 2003 3:11 pm
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4411

hmm... to specify

The var of the list is in english, the lines of the list are in english and hebrew chans, and the contents are or in english or in hebrew
and if it is a hebrew chan, in info exists, or when I try to reach the value,
it say it's empty, anyone has answer please?

thanks
by Snapple
Sat Jul 19, 2003 12:48 am
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4411

hmm..

yeah, there is global, I forgot to mention it's a list,
I mean a($hebchanvar) and inside it there is another value...
by Snapple
Fri Jul 18, 2003 6:15 pm
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4411

hmm...

The value's are hebrew chans
and I think that will work, because [string match does work
but I need it to work with info exists and to get the value, it's more in a list...
by Snapple
Fri Jul 18, 2003 4:47 pm
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4411

Hello,

I program in TCL, now in some of my codes, I'm using hebrew (language) vars, my problem is, then when the var is a hebrew channel, the program can't do if on it like doing: if {($hebchanvar1 == $hebchanvar2)} { ... } or if {([info exists hebchanvar])} the problem is kind of critical so I can't skip ...