|
-
Jun 14th, 2000, 06:46 AM
#3
Fanatic Member
would i be stating the obvious if i said:
subroutines just process and FUNCTIONS return values?
therefore change your routine name to:
Function GeomanCode(LatLonMsg As String) as ReturnValueType
so for example:
Function GeomanCode(LatLonMsg As String) as string
Function GeomanCode(LatLonMsg As String) as integer
Function GeomanCode(LatLonMsg As String) as long
and the data returned takes the format as specified.
DocZaf
{;->
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|