From: | David McMinn |
Date: | 3 Aug 2000 at 17:34:12 |
Subject: | Re: String Constants |
Tony Rolfe's head burst.
All we could scrape off the wall was Re: String Constants.
> and then reference it with Peek.s(?Fred), but it doesn't seem
> worthwhile.
You're right, it'll copy it into some temporary memory and then pass that to
whatever you are using the string for. If it is being assigned to another string
variable, it will actually copy it *again* from the temporary biuffer to the
actual memory for the string :(
> Pity Blitz doesn't use null terminated strings directly. How about
Eh, all strings in Blitz are NULL terminated?
Bye
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie