Post Reply 
How to use a forward function declaration in a program ?
12-21-2013, 10:11 PM
Post: #5
RE: How to use a forward function declaration in a program ?
This works, thanks guys:

PHP Code:
Sub1();

EXPORT Main_prog
Begin

Sub1
;

End;

Sub1
Begin

End

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to use a forward function declaration in a program ? - Michael de Estrada - 12-21-2013 10:11 PM



User(s) browsing this thread: 1 Guest(s)