【发布时间】:2011-09-03 13:37:08
【问题描述】:
变量声明后的星号(*)和数字是什么意思?如WpName As String <strong>* 6</strong>中所见@
Public Type WayPoint
WpIndex As Integer
WpName As String * 6
WpLat As Double
WpLon As Double
WpLatDir As String * 1
WpLonDir As String * 1
End Type
【问题讨论】: