Message 1 of 7
Calling up outside functions?

Not applicable
01-10-2002
07:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am currently learning VB other than LISP, and in LISP I have a file called "mysubr.lsp" which has all the subroutines that I use in my other LISP files, rather than retyping the code again. (ie 'dtr' is a function to change from degrees to radians and rather than retyping all the code I type (dtr 90)...this is just a small example of some of the more complicated subroutines I have.) My question is...is there a way in VB to write all my subroutines in one file and call up each routine rather than copying or retyping the code in every new project?