Quantcast
Viewing all articles
Browse latest Browse all 3737

Odd syntax error... variant?

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 3737

Trending Articles