Loading...
Processing Forum
Recent Topics
All Forums
Move this topic
Forum :
Share your Work
Programming Questions
Core Library Questions
Contributed Library Questions
Android Processing
Processing with Other Languages
Integration and Hardware
Library and Tool Development
Events and Opportunities
General Discussion
Sub forum :
Move this topic
Cancel
Core Library Questions
arjo129
Beginner question: print function not working correctly
in
Core Library Questions
•
1 years ago
I want to output some text to the console. I am using the print() function.
float i;
print(i);
This gives me an error saying unexpected token. This also does not work when I use the filewriter object.
1
Replies(1)
000gbt
Re: Beginner question: print function not working correctly
1 years ago
well, since you didn't assign a value to your variable i, it certainly can't print one...
try:
float i = 10;
print(i);
Leave a comment on 000gbt's reply
Change topic type
Topic Type :
Discussions
Questions
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to arjo129's question
Top
Reply
{"z1933330":[25080000001212693],"z7498716":[25080000001211302]}
Statistics
1
Replies
735
Views
0
Followers
Tags
No tags available for this topic.
Cancel
Actions
Permalink
Related Posts
Minim Audio + Ableton (Beginner)
High resolution frames from an anim...
Sound Response (beginner needing se...
Runtime exception; could not load m...
Can I embed some mathematical funct...