11-18-2022, 12:59 AM
(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 followingI 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.
Code: (Select All)'$include: 'mylib.bi'
' your program here
'$include: 'mylib.bm'
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.)