Uses Clause - FR 3.08
My script on the code page (3.08 trial) is..
uses 'path\xxxx.pas';
Begin
end.
I'm getting an error "Begin expected" before the uses clause. It appears I am emulating the code in the users manual.
How is the "uses" claused used to access external units?
Thanks
Rich M.
uses 'path\xxxx.pas';
Begin
end.
I'm getting an error "Begin expected" before the uses clause. It appears I am emulating the code in the users manual.
How is the "uses" claused used to access external units?
Thanks
Rich M.
Comments