next up previous contents index
Next: Sqr Up: Functions and Procedures Previous: SizeOf

Sptr

   

Declaration:

Function Sptr : Pointer;

Description:

Sptr returns the current stack pointer.

Errors:

None.

See also:

Example
Program Example64;

{ Program to demonstrate the SPtr function. }
Var
  P :Longint;

begin
  P:=Sptr; { P Contains now the current stack position. }
end.



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