Attach file
#4
(11-18-2022, 12:40 AM)Jack Wrote: 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'
I was referring to attaching a file, such as a text file (in my case a word-list), and to do thisĀ using .bi and .bm seems like a bit of overkill. I just want the file to be available to the prog I attach it to. Isn't that what the field at the bottom of the screen is used for? It seems to do everything I need, but it's a bit "invisible" down at the bottom of the screen. Confused
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.) Big Grin
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: 13 Guest(s)