Catch ex As Exception
GetTTCFTPini = {"Nothing"}
End Try
it says at the
GetTTCFTPini = {"Nothing"}
error BC30201: Expression expected.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which version of Vb.Net are you using. The array syntax you are using was added in VS 2010 (or possibly 2008) and won’t work on older versions. If that’s the case then try the following instead