--On 27 July 2001 22:00 +0200 Aaron Ardiri <[EMAIL PROTECTED]> wrote:
> On Fri, 27 Jul 2001, Igor Mozolevsky wrote:
>> My dinner was getting cold, thus the brain had temporarily relocated to
>> the stomach area :-P
>
> heh :)
>
>> OOPS!!! My brain is back to where it belongs (open to
>> interpretations!)...
>>
>> It should've said:-
>>
>> {
>> Char dst[201];
>> Char src[500];
>>
>> MemSet(src, 499, 32);
>> src[499] = \0;
>>
>> StrNCopy(str, src, 200);
^^^ D'OH! s/str/dst/
>> FrmCustomAlert(ID_ALERT, "It ", dst[200] == \0 ? "is": "is not", "
>> terminated");
>> ^^^ (0-199 - 200 chars, 200 -
>
> well... 200 chars = 0..199, so, i'd say dst[200] = 32; :P
Shouldn't it be 0, if anything?
>> Aaron:- :-PPPPPPP
>> Also, Aaron, any chance you could set up your website to be more cache
>> friendly??? Please :-)
>
> cache friendly? :) the whole website is one mega page :)
Web caches don't store pages that have '?' in the uri :-(
IM :-)
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/