Quote: "Is there an alternative?"
Yes,, of course. Would I have suggested one otherwise?
.................................................................................................
Perhaps I should explain what I meant by "DBpro Projects"
.................................................................................................
[Step 1]
Launch the default DBpro editor.
[Step 2]
Create a New 'empty' Project named "NoIncludeTest".
(The default file should be named "NoIncludeTest.dba" automatically.)
[Step 3]
Go to 'Solution Explorer' and add a new file to the project by clicking on the [File] icon and name the new file "File2.dba".
(If you already had a "*.dba" file,, you could click on the 'Folder' icon to import an existing file.)
[Step 4]
Copy & Paste the following source code into the projects default file.
NoIncludeTest.dba
Print "Hello ";
World()
Wait Key
End
[Step 5]
Copy & Paste the following source code into the "File2.dba" file.
(File2.dba is in a seperate tab in the editor by default. If not choose "File2.dba" via Solution Explorer.)
File2.dba
Function World()
Print "World! Include directive isn't necessary!!!!"
Endfunction
[Step 6]
Compile & Run.
.............................................
Output of the test project
............................................
Hello World! Include directive isn't necessary!!!!
Your signature has been erased by a mod please reduce it to 600 x 120.
