Long Stack Class
uses an error handler: ErrT (in download source)
local e as ErrT
o.Initialize(e)
hybrid object needs internal memory allocated before use:
o.Alloc()
internal memory must be freed before object goes out of scope:
o.Free()
Source: LongStack.zip: Long Stack Class. > http://deadtheorywalking.com/pb.aspx
public domain - use at own risk
need to download all files to compile
uses an error handler: ErrT (in download source)
local e as ErrT
o.Initialize(e)
hybrid object needs internal memory allocated before use:
o.Alloc()
internal memory must be freed before object goes out of scope:
o.Free()
Source: LongStack.zip: Long Stack Class. > http://deadtheorywalking.com/pb.aspx
public domain - use at own risk
need to download all files to compile
Comment