我收到错误,说最后插入分号:
Source: local data frame [100 x 3]
Groups: item_id
item_id session_id n
1 1 1 7
2 1 2 12
3 1 3 14
4 1 4 6
5 1 5 14
6 1 6 9
7 1 7 8
8 1 8 4
9 1 9 9
10 1 10 6
.. ... ... ..
我的unity3d脚本:
Assets/melee.js(13,17): UCE0001: ';' expected. Insert a semicolon at the end
答案 0 :(得分:1)
在脚本的底部,只需删除按下该键而非退格时可能添加的 If IsDate(valueToInsert) Then
WS.Range(WS.Cells(row, col).Address).NumberFormat = "dd/MM/yyyy"
WS.Cells(row, col) = CDate(Format(valueToInsert, "dd/MM/yyyy"))
Else
WS.Cells(row, col) = valueToInsert
End If
。一直发生......