mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2003
Posts: 39
X
Xanadu Offline OP
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Jul 2003
Posts: 39
I am trying to get info from a hash table using a dialog. I am using a TEXT line in the dialog and the dialog should display the info from the hash table but I keep getting an error. Is this possible and I am just doing it wrong?

Thanks

Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
it would help to see what the error is and what the code looks like

Joined: Jul 2003
Posts: 39
X
Xanadu Offline OP
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Jul 2003
Posts: 39
The error is:

/dialog: 'dialog' invalid table, in 'text'

dialog dialog {
...
...
...
text $hget(config, version), 60, 175 19 15 7, tab 5
...
...
...
}

I have pulled the info from the hash table using an /echo -a to myself so I know the hash exists and the info is in it.

Thanks

Joined: Nov 2003
Posts: 203
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Nov 2003
Posts: 203
You should read this post, same prob there and shows you of a fix.

Joined: Jul 2003
Posts: 39
X
Xanadu Offline OP
Ameglian cow
OP Offline
Ameglian cow
X
Joined: Jul 2003
Posts: 39
oops, the one time I didn't search for it first there was a previous post smile

thanks, that did the trick


Link Copied to Clipboard