Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / subs and includes

Author
Message
JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 14th Nov 2003 04:51 Edited at: 14th Nov 2003 04:56
can't I:

[main.dba]

#include "subs.dba"
gosub camera_controls

[subs.dba]

camera_controls:
blah
blah
blah


could i actually do it this way:

[main.dba]

#include "functions.dba"
camera_controls()

[functions.dba]

function camera_controls()
blah
blah
blah
endfunction


i'll try that


Two words, moo.
JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 14th Nov 2003 05:59
never mind

Two words, moo.

Login to post a reply

Server time is: 2025-05-21 16:08:37
Your offset time is: 2025-05-21 16:08:37