Jump to content

$bfind error


Pyscho

Recommended Posts

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?

Link to comment
Share on other sites

  • 2 years later...

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 by 1c3
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...