Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8557

Re: PI 7.0 unable to import class

$
0
0

Hi Jose,

The problem is not in the importing, the StringTokenizer class needs a string like object in the constructor and your variable 'a' is an array of strings.

You need to change the type of your function or to set StringTokenizer st = new StringTokenizer(a[i]); being 'i' an integer counter.

 

Hope this helps.

 

Regards


Viewing all articles
Browse latest Browse all 8557

Trending Articles