We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Incorrect client.readStringUntil() return type
Page Index Toggle Pages: 1
Incorrect client.readStringUntil() return type (Read 1400 times)
Incorrect client.readStringUntil() return type
May 12th, 2009, 1:56pm
 
Similar to serial.readStringUntil() return type.
Client::readStringUntil() lists twice "client" as "parameter" (the second one should be 'interesting' of course) and says it returns an int, while the example shows a String.

Looking around, I see that readString() indicates 'mov' as parameter...
And readChar() is said to return an int while it returns a char.
Re: Incorrect client.readStringUntil() return type
Reply #1 - Oct 18th, 2009, 10:07am
 
Thank you very much for catching those. They will be fixed in the next release.
Page Index Toggle Pages: 1