Hello,
I have a simple script that does the number rounding:
SAC> sc rround.bsh &1,depmen&
0.52
Unfortunately in my ver 101.6a the "sc to" feature to get the shell output
into a bb variable is not implemented:
SAC> sc rround.bsh &1,depmen&
0.52
SAC>
SAC> sc to var rround.bsh &1,depmen&
sh: to: command not found
I would like to use the rounding result (0.52) inside the SAC.
How do I capture the sc output into a bb variable in my case?
If I have a different number saved in a local file, how do I read that
number into a bb variable also? i.e., is there a command that would allow
me to do something like this:
SAC> readvar to bbvar ./data.txt
Thanks,
Igor