Skip to content
General IRCX

$bfind error

A TG007 community discussion started by Pyscho.

Closed discussion 3 posts
Page 1 of 1
Closed
Topic #3619 · 3 published posts · 2,394 views

I switched to version 6.16 and this error only seems to happening in 6.16. it's the $bfind, for e.g..

 

if ($bfind(&x, 1-,Authentication-Info:)) {
blah blah
}

 

gives the error:

 

* Invalid parameters: $bfind (line 26, script3)

 

I get the same error on all my $bfind, but the code actually works, just that the error is very annoying. Any suggesstions anyone?

Assuming that this is for a MSN socket updater

 

It may be that the binary variable is not set, or no data was read from the socket into the binary variable.

 

But just to test, i made the following:

 

alias test1 {

bset -t &test 1 0

echo -a $bfind(&test,1-,Authetication-Info:)

}

 

returns the '* Invalid parameters: $bfind (line 3, script6)' error

 

alias test2 {

bset -t &test 1 TEST Authentication-Info: TEST

echo -a $bfind(&test,1-,Authetication-Info:)

}

 

returns 1

Edited Jan 27, 2008 11:45 AM by 1c3

Er, this thread is 3 years old, and MSN is no longer around.

Thread closed.

Edited Jan 27, 2008 2:17 PM by X-Fusion