next up previous contents index
Next: Str Up: Functions and Procedures Previous: Sqrt

SSeg

   

Declaration:

Function SSeg : Longint;

Description:

SSeg returns the Stack Segment. This function is only supported for compatibolity reasons, as Sptr returns the correct contents of the stackpointer.

Errors:

None.

See also:

Sptr

Example
Program Example67;

{ Program to demonstrate the SSeg function. }
Var W : Longint;

begin
  W:=SSeg;  
end.



Michael Van Canneyt
Thu Sep 10 14:02:43 CEST 1998