Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
scharf10
scharf10's Profile
2
Posts
4
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
String question
[3 Replies]
27-Nov-2010 05:59 AM
Forum:
Programming Questions
How exactly can you create a function String reverse () that contains the current string and outputs a new string with the complete reverse of it?
simple array questions
[8 Replies]
31-Oct-2010 07:35 AM
Forum:
Programming Questions
i am very new to processing, i am curious how to make a double array to show only 2 decimal places, right now its showing 12 places. heres the code
void setup()
{
printLedger();
}
void printLedger()
{
double [] entry = {10.52, 1900.78, -234.78};
for (int i = 0; i < entry.length; i++)
{
println(entry[i]);
}
}
«Prev
Next »
Moderate user : scharf10
Forum