Re: rapideuphoria.com
- Posted by katsmeow Feb 18, 2021
- 1733 views
So there's to be NO user contributions at all for OE or Phix or Eu?
Well, i guess i can delete the lil code i whipped up today to do this (console printout) ...
Now changing (native OE variable) var1 with this trick...
<eucode>
temp = "var1"
strsetvar(temp,{12345,"tested string access to variables!",12})
puts(1,"var1 = ") pretty_print(1,var1,{3})
</eucode>
var1 = {
12345,
"tested string access to variables!",
12
}
Not vaporware, i sent it to someone else on this forum.
Kat

