23.02.2011, 16:12
You don't need TextNo++; and TextNo--;
You create the label with TextNo. Then you increase TextNo by one. So theres no label to delete.
What are you trying to do here ? > > TextNo = strval(inputtext);
To delete it, Delete3DTextLabel(TextNo); is enough :S
Unless your trying to do something wierd.
You create the label with TextNo. Then you increase TextNo by one. So theres no label to delete.
What are you trying to do here ? > > TextNo = strval(inputtext);
To delete it, Delete3DTextLabel(TextNo); is enough :S
Unless your trying to do something wierd.