Attach file
#3
I am not sure what you mean by Attach file and I can't think of a simple example to illustrate, let's say that you have some sub's and functions that you want to use in other programs, then you can put all those functions and sub's in a file with a .bm extension and if those functions need some type declarations or some shared variables you would put the declarations in a file with .bi extension, then to use your library you would do something like the following
Code: (Select All)
'$include: 'mylib.bi'
' your program here
'$include: 'mylib.bm'
Reply


Messages In This Thread
Attach file - by PhilOfPerth - 11-17-2022, 06:08 AM
RE: Attach file - by PhilOfPerth - 11-17-2022, 11:54 PM
RE: Attach file - by Jack - 11-18-2022, 12:40 AM
RE: Attach file - by PhilOfPerth - 11-18-2022, 12:59 AM
RE: Attach file - by mnrvovrfc - 11-18-2022, 12:37 PM
RE: Attach file - by Jack - 11-18-2022, 01:51 PM
RE: Attach file - by SMcNeill - 11-18-2022, 02:04 PM
RE: Attach file - by PhilOfPerth - 11-19-2022, 12:18 AM
RE: Attach file - by SpriggsySpriggs - 11-22-2022, 09:45 PM
RE: Attach file - by bplus - 11-22-2022, 10:47 PM
RE: Attach file - by PhilOfPerth - 11-22-2022, 11:03 PM



Users browsing this thread: 7 Guest(s)