Hello Superiors.
i want to get two output values in one Function is't possible ?.
i am just using String data type and split the values.
but have any other easy way to get two output values...

actually i want to checking a folder how many jpg files are Horizontal and vertical
so
Code:
Public Funtion HVChecking() as string
 Dim HCount%, VCount%
  '' 
  ''
  ''
  ''
  Return HCount.ToString & "|" & VCount.ToString
End Function
finally i split the values with "|" character...


have any other options to get two values as separate in one functions .....

i have no moew idea about Dictionary, HashTable.....which one is best for this....

Thanks........