Re: A86: variable resizing


[Prev][Next][Index][Thread]

Re: A86: variable resizing




In a message dated 1/12/99 19:44:17 Eastern Standard Time,
saywhat97@hotmail.com writes:

> Does anyone know any rom calls that could be used to re-size a string 
>  variable?  I'm making a level editer for a game I have been working on.  
>  I would like to know the equates if anyone knows any.  Thanks in advance 
>  for any help you can give me.
>  


you could just create a new string of a given size, copy the old one + new
data to the new string, then delete the old one.