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.

Ok... Question

Old posts that have not been replied to for several years.
Locked
S
Snapple
Voice
Posts: 38
Joined: Fri Jul 18, 2003 4:41 pm
Location: Israel
Contact:

Ok... Question

Post by Snapple »

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 var it goes like this
if {(![info exists chanhelp])} {
lappend $chanhelp($chan) "Something"
} else {
set chanhelp($chan) [linsert $chanhelp($chan) end "Something else"]
}

When I try to get the information out I use:
if {(![info exists chanhelp($chan)])} { return }
if the channel is in hebrew, no matter when it return, even if suppose to be data,
if someone can help thanks
i'm also in ICQ 160458708 if someone wants to know more info

thanks all
Snapple
There are 10 kind of people here, the one's who know binary code and the one's who don't.
S
Snapple
Voice
Posts: 38
Joined: Fri Jul 18, 2003 4:41 pm
Location: Israel
Contact:

hmm

Post by Snapple »

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:
Snapple
There are 10 kind of people here, the one's who know binary code and the one's who don't.
Locked