I'm writing some functions in MapBasic 7.8, that have an array as parameter. For example: Declare Function Join ( a() As String, ByVal separator As String ) As String
If I want to use the functionality with another array type, I need to declare a new function. For example: Declare Function Join_SmallInt ( a() As SmallInt, ByVal separator As String ) As String Is there a way to use some generic array type, so that I don't have to duplicate all my functions for all datatypes ? Kristof Vydt Send instant messages to your online friends http://uk.messenger.yahoo.com
