“数组边界不能出现在类型说明符中".错误 [英] "Array bounds cannot appear in type specifier" error

查看:84
本文介绍了“数组边界不能出现在类型说明符中".错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在做静态CRUD在VB.net上使用Visual Studio 2010和mysql

,我在(my.application ... .)

这是代码

I'm doing a static CRUD on VB.net using visual studio 2010 and mysql

and i got this error on (my.application....)

here's the code

 

 

istbox3.SelectedIndex = ListBox1.SelectedIndex

Dim splitread()As String = reader.readToEnd.split( " =))
reader.close()

lastname.Text = splitread(1).ToString
名字.Text= splitread(2).ToString
middlename.Text = splitread(3).ToString

istbox3.SelectedIndex = ListBox1.SelectedIndex
Dim reader As System.IO.StreamReader(My.Application.Di… + "/" + ListBox1.SelectedItem.ToString + listbox3.SelectedItem.ToString + ".txt")
Dim splitread() As String = reader.readToEnd.split("=")
reader.close()

lastname.Text = splitread(1).ToString
firstname.Text = splitread(2).ToString
middlename.Text = splitread(3).ToString

有人可以帮助我吗?
我无法调试它. :D

谢谢.

can anyone help me? please?
i cannot debug it. its for my thesis.. :D

thanks .

 





推荐答案

错误在哪里?


这篇关于“数组边界不能出现在类型说明符中".错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆