hi,
If i try to use /bset -t again to reset a variable into something shorter, this doesn't work, the variable reemains the same.
Do i Have to unset & reset the variable again or just use /bcopy - or is somethinng wrong with my code.
from the commandline ..
//bset -t &b 1 abcdefg | bset -t &b 1 $bvar(&b,1,4).text | echo -a - $bvar(&b,1,$bvar(&b,0)).text
the original variable 'abcdefg' should just become 'abcd' there,
but it just remains the same.
Thanks
-