Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 4178

Odd syntax error... variant?

$
0
0

This compiles:

Dim v As variant = cluster.Keys
Dim numDimensions as Integer = v(0).Features.Ubound + 1

This does not:

Dim numDimensions as Integer = cluster.Keys(0).Features.Ubound + 1

Wasswrongwitme?

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 4178

Trending Articles