-
Declaration:
- Function Seg (Var X) : Longint;
-
Description:
- Seg returns the segment of the address of a variable. This function is only supported for
compatibility. In Free Pascal, it returns always 0, since Free Pascal is a 32 bit compiler,
segments have no meaning.
-
Errors:
- None.
-
See also:
- DSeg (481), CSeg (476), Ofs (538), Ptr (546)
Listing: refex/ex60.pp