02-18-2014, 12:14 PM
ardentcrest Wrote:This seems a bug I've recently fixed. Can you check you have the latest version? (1.4.0s1860)Quote:temp.bor:16: identifier 'v$' is a var, not an array
Code:dim v$(10)
v$(1)="n"
v$(2)="s"
v$(3)="e"
v$(4)="w"
:|