bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Variable-Length String Storage
  Variable Storage & Memory Use  Variables   Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Variable-Length String Storage
 
You have two options for storing variable-length string data and string
array data: near string storage in DGROUP and far string storage in the
far heap. You can specify which option you want to use by compiling with
or without the far string option (/Fs). The only data type affected by
the /Fs option is the variable-length string data type.