Deleting a text
-
hallo!
i tried to delete that text-object:
taganzeige=ents.add_text "Tag"+status.woche.to_s, [0,0,0]
with the following line:
taganzeige.erase
but it didn't work...
how do i have to delete an entity-object?
thanks for your time.
tim -
It is
taganzeige.erase!
[with an!
at the end]... -
oh, ok, great. thank you!
Advertisement