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
Fri Aug 08, 2003 7:54 am
Forum: Archive
Topic: arrays
Replies: 8
Views: 1563

hmm

hmm... the var is something info by two possibilties: adding with a command, when the egg get a command if the array in the item is empty it uses lappend opes($chan) "something" if it's not empty: set opes($chan) [linsert $opes($chan) end "something else"] the second possibility ...
by Snapple
Fri Aug 08, 2003 5:01 am
Forum: Archive
Topic: arrays
Replies: 8
Views: 1563

arrays

I try to make an array, the array name is in english,
the array item is a channel in hebrew...
for some reason when I try to reach the var in that array item
it get nothing, it says it not exist

is there a problem with arrays items and languages?>

arrayname($hebchan) something-english-or-hebrew
by Snapple
Sat Aug 02, 2003 2:48 am
Forum: Archive
Topic: Ok... Question
Replies: 1
Views: 886

hmm

btw, I checked and in the file the data is kept later
if the chan is hebrew it says in the list #òáøéú
and not hebrew =\
if someone can help in that too then thanks :oops:
by Snapple
Sat Aug 02, 2003 2:46 am
Forum: Archive
Topic: Ok... Question
Replies: 1
Views: 886

Ok... Question

Hi I know that i'm asking about this problem a lot lately, but now I have more information: ok, i'm using lists to storage data, not I don't think the problem is in the file, like I said in the last post... The problem is if the channel is in hebrew name when I get the information and put it in a va...
by Snapple
Mon Jul 28, 2003 1:15 am
Forum: Archive
Topic: lists
Replies: 11
Views: 1898

hmm

The problem isn't so much in the file, as if in the var itself...
by Snapple
Sun Jul 27, 2003 4:48 pm
Forum: Archive
Topic: lists
Replies: 11
Views: 1898

hmm

not working
by Snapple
Sun Jul 27, 2003 11:58 am
Forum: Archive
Topic: lists
Replies: 11
Views: 1898

eh

I use source file.tcl...
what should I do then?
by Snapple
Sun Jul 27, 2003 10:24 am
Forum: Archive
Topic: lists
Replies: 11
Views: 1898

hmm

chan is a var we get from a line the egg get
and ibhops is from a file
by Snapple
Sun Jul 27, 2003 1:04 am
Forum: Archive
Topic: lists
Replies: 11
Views: 1898

hmm

Code: Select all

if {![info exists ibhops($chan)]} { return 0 }
if $chan is a channel in hebrew, it will always return 0.
by Snapple
Sat Jul 26, 2003 9:33 am
Forum: Archive
Topic: lists
Replies: 11
Views: 1898

lists

I have a list,
Does the list item have to be in english?
because if I make the item list, a chan in hebrew for example
after I set it
it says it's not existed
(info exists returns no)
anyone know what todo?=\

thanks
by Snapple
Thu Jul 24, 2003 3:09 pm
Forum: Archive
Topic: encoding
Replies: 1
Views: 950

encoding

Can someone explain how to use the encoding command?
please don't tell me to go look in tcl-commands.doc because
it isn't there,
and if you can please explain how to use and what to change instead of sending me to another site.

Thanks
Yours Truely
Snapple
by Snapple
Wed Jul 23, 2003 12:27 pm
Forum: Archive
Topic: Help
Replies: 2
Views: 1346

Help

How can I send [] to the chan?
I mean if I put it in the " " it says it's a command... so is there a speical
mark or anything?
by Snapple
Wed Jul 23, 2003 1:49 am
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4410

It's not written there

I don't have that command in the file...
by Snapple
Sun Jul 20, 2003 5:10 pm
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4410

not working

the setudef is not working... with what you wrote...
I didn't really understand how to use the encoding command... if someone can explain please,
and other idea's will also help

thanks all
by Snapple
Sun Jul 20, 2003 3:17 pm
Forum: Archive
Topic: Hello,
Replies: 17
Views: 4410

but will it bring me the info from the list?

Because I need to use the list... not other formats