From: | Tony Rolfe |
Date: | 3 Aug 2000 at 22:30:33 |
Subject: | Re: String Constants |
On Thu, 03 Aug 2000 16:34:12 +0000 David McMinn said:
>
> > Pity Blitz doesn't use null terminated strings directly. How about
>
> Eh, all strings in Blitz are NULL terminated?
But you can't just define a null-terminated string in a fixed
length area of memory and use it as a variable. You have to go to
all the overhead associated with variable length memory areas.
I didn't explain the fixed-length bit properly. I guess that's what
I was hoping MAXLEN would do. Unfortunately not.
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie