I have this small program, when I run it and it shows an error as " Conversion from string "firstname: Khoi.firstname" to type 'Integer' is not valid"
Please advise. Thanks
====================
Module Module1
Structure Profile
Dim firstname As String
Dim lastname As String...