advr.hlp (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.
SSEGADD Function Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 SSEGADD(stringvariable$)
 
 Usage Notes
   ■ The SSEGADD function combines the segment and offset information into
     one long integer (4 bytes).
 
   ■ To find the offset of a string, use the SADD function; to find the
     segment of a string, use the SSEG function.
     See: SADD Function  SSEG Function