Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
ibster9550
ibster9550's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
split() Problem
[2 Replies]
14-May-2012 11:29 AM
Forum:
Programming Questions
Hey, I have this weird problem with the split() function.
The code below gives me the NullPointerException error.
String value []=new String [2];
String inBuffer = client.readString();
String bufferfull=null;
if (inBuffer != null)
{
bufferfull=inBuffer;
}
value= split(bufferfull, '#');
println(value[0]); //error appears here
Could someone point me in the right direction?
Cheers!
«Prev
Next »
Moderate user : ibster9550
Forum