Hi,
can't figure out how
$hget(name/N, item, &binvar) would be particularly used ;. .seeing that a &binvar could already be set by
bset -t &b 1 $hget(table,item)
from what i tested it returns the number of bytes after assigning the data to the &binvar, something like the corresponding $fread() one.
bset -t &b 1 hello
hadd -m htest item1 abcd
hadd -m htest item2 wxyz
echo -a - $hget(htest,item1,&b)
echo -a - $bvar(&b,1,$bvar(&b,0)).text
would be interested in any special usage associated with the identifier
Thanks