> Michael Evans wrote: > >> Does this refer to the maximum number of strings in a _"STR#" resource? >> or to the maximum number of strings in a string$ array (DIM >> myStrings$(2049)) within a local FN? > > > No, the String Stack is just the chunk of memory allocated for strings (or > pointers to them?). So, this line of code is allocating 2k of RAM for the > string stack... > > _FBStrStkSize = 2048 > > and this line 16k... > > _FBStrStkSize = 16384 > > Please, somebody expand on this and/or correct me if I'm wrong. I'm a little > out of my depth here. > > Anders... > > -- > To unsubscribe, send ANY message to <futurebasic-unsubscribe@...> > If 16384 is a legal value, what's the point of 2048. Most machines now ship with 64MB of RAM... Or is there some speed issue here? Cheers, ---------------------------------------------------------- Michael Evans Manager of Software Development * Photo Systems, Inc. 3301 Wood Valley Road, NW * Atlanta, GA, 30327-1515 Voice: (404) 846-9386 Fax: (404) 240-0878 * Cell: (404) 229-3930 E-mail: evans@... * michael_evans@... ----------------------------------------------------------