home *** CD-ROM | disk | FTP | other *** search
-
- $LINK "Todayu.pbu"
- PUBLIC WK$,Month$,Dm$,Year$ 'these variable MUST be made PUBLIC
- 'or the complier will complain about
- 'unresolved externals in the pbu.
- ' The following is the demo:
-
- CALL GetTodaysDate
- PRINT "Today is "WK$" "Month$ Dm$","Year$