Topic: Using Uses
Hi All,
I'm trying to use uses for splitting the script into multiple .pas files but getting an error.
Please see the sample project attached.
God... please help me become the person my dog thinks I am.
My Visual Database → General → Using Uses
Hi All,
I'm trying to use uses for splitting the script into multiple .pas files but getting an error.
Please see the sample project attached.
Put a comma at the end of 'tester1.pas'
Hi Destiny,
Thank you very much for your quick reply........
Truly appreciated........
Comma details totally missed by me. So, prior to last .pas all upper .pas files needs comma
uses
'tester1.pas',
'tester2.pas',
'tester3.pas',
'tester4.pas',
'tester5.pas';
begin
end.
My Visual Database → General → Using Uses
Powered by PunBB, supported by Informer Technologies, Inc.
Theme Hydrogen by Kushi