- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to combine functions from two software programs into one larger application. I have about 60 pairs of routines that have the same names. Can I hide one set of the functions by defining them as private within a module definition, and keep all access to these within the module itself?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yep. You could also be clever with a renaming clause on a USE to change the names so as to avoid conflicts.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page