Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
renocochon
renocochon's Profile
4
Posts
5
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
multiplayer splitscreen in 3D
[8 Replies]
18-May-2013 11:32 AM
Forum:
General Discussion
How could I have two different views in a multiplayer game with camera() that targets the player?
thanks for the answer.
download a pdf file
[1 Reply]
23-Apr-2013 01:08 PM
Forum:
General Discussion
How could I simply download a pdf file when i use loadBytes and saveBytes it doesn't work and just return a corrupted file.
Thanks for reply.
Match() problem
[1 Reply]
02-Apr-2013 11:24 AM
Forum:
Programming Questions
Maybe I'm wrong but when I just try this
void setup()
{
String h="<span class=\"wotd-widget-sentence-main-space-text\" style=\"color: rgb(0, 172, 237);\">INFORMATION</span>";
String[] j=match(h,"<span class=\"wotd-widget-sentence-main-space-text\" style=\"color: rgb(0, 172, 237);\">(.*?)</span>");
println(j);
}
It returns null.
Does it not work with too long tags ?
Help ! very strange "error"
[2 Replies]
07-Mar-2013 04:30 AM
Forum:
Programming Questions
when i run this code :
while(a<ingredients.length)
{
for(int b=0;b<ingreRecette.length;b++)
{
println(ingredients[a]);
println(ingreRecette[b]);
if (ingredients[a]==ingreRecette[b])
{
ingredientCom++;
}
}
a++;
}
It's just a simple script that search in a recipe array if the ingredient correspond.
But when i run it there is a "error" that i don't even understand :
when i use println(
ingredients[a]+"=="+ingreRecette[b]);
it shows me that it correspond many times but it never launch the code :
if (ingredients[a]==ingreRecette[b])
{
ingredientCom++;
}
Why ???
«Prev
Next »
Moderate user : renocochon
Forum