Store it in another variable first:

#<myvar> = #[200+#50]
;debug,#<myvar>

> On Mar 3, 2024, at 2:55 PM, gene heskett <ghesk...@shentel.net> wrote:
> 
> preset
> #50=0
> #[200+#50]= random decimal value, like 777.7
> the above syntax does not report any error
> in mdi line
> (debug, #200) returns 777.7
> (debug, #[200+#50])
> gets me "#[200+0.000000]"
> 
> So how do  I read it back?  A bare #200 works but #[200+0] doesn't.
> #[200+1]=5555.5555
> (debug, #201) returns 5555.5555
> (debug , #[200+1]) returns "#[200+1]" but not the value stored there.
> 
> So how do I read back what I wrote?
> Or is it busted?
> 
> Cheers, Gene Heskett, CET.
> --
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author, 1940)
> If we desire respect for the law, we must first make the law respectable.
> - Louis D. Brandeis
> 
> 
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to