From: <hp...@we...> - 2022-06-07 08:45:37
|
Hi René! Am 06.06.2022 um 22:26 schrieb René Jansen: > Btw, NetRexx does not have value() Yes, I remarked that already. But if I look at value() of ooRexx it seems only halfway done. It can do this and that, even read environment variables, alas it does not access all what var, stem, varload, ... stages can on VM/CMS: choose which of its ancestors variable pools to use. > I use Interpret in Classic Rexx for those things, and I ned to study on how we can provide a value(). To develop something adequate to ooRexx value() will probably take some time, sure, a nice-to-have, but if mostly used for just the current variable pool Interpret() could be ok for the first go. Well, value() does read and write while intepret() will set vars only. And drop vars. > There is no Interpret() either, although we have the mechanism to do that if we want to, What could make you to want to do it? Best, M. |