It's ok, not a BIG problem. By the way, somevariable.replace doesn't
seem to exist, altho in many of the tutorials at Juixe techknow, it
requires it. Is there a similar thing out now? To be able to say,
update a text box without having to press a seperate button?
my_text = "hi"
button "Button One" do
my_text = "Button One Pressed" #or use my_text.rplace "button one
pressed" in the tutorials
end
button "Buttone Two" do
my_text = "Button Two Pressed"
end
append { para my_text }
^^^the above^^^ just shows the 'hi' then errors if I use replace. I'd
have to have a 'update screen' button :(
--
--TIMOTHY