FAQ
Cover
»Feed
»Forum
»Wiki
»Code
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the
new Processing forum
for current information.
Processing 1.0 _ALPHA_
Suggestions
Software Suggestions
(Moderator: fry)
Re: please examine
«
Previous topic
|
Next topic
»
Pages:
1
Author
Topic: Re: please examine
(Read 257 times)
benelek
Re: please examine
«
on:
Nov 15
th
, 2003, 2:34am »
if you want to turn a String representation of an integer into an int, the following should work:
Code:
String myString = "123";
int myInt = (new Integer(myString)).intValue();
madmerv
Guest
Re: please examine
«
Reply #1 on:
Nov 15
th
, 2003, 4:50am »
i think this thread should be moved to its rightful place; under another topic
more string info:
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html
«
Last Edit: Nov 15
th
, 2003, 4:57am by madmerv
»
Pages:
1
Forum Jump:
-----------------------------
Discussion
-----------------------------
- Community, Collaboration, Status
- Events, Publications, Propaganda
- General Processing Discussion
-----------------------------
Programming Questions & Help
-----------------------------
- Syntax
- Programs
- Integration
-----------------------------
Topics & Contributions
-----------------------------
- Tools
- Responsive Form, Games
- Information Visualization
- Simulation, Artificial Life
- Tangible Computing
- Automated Systems
- Sound
- Video, Camera
- Beyond Categories
-----------------------------
Suggestions
-----------------------------
=> Software Suggestions
- Website, Reference, Example Suggestions
-----------------------------
Bugs
-----------------------------
- Software Bugs
- Website, Reference, Example Bugs
- Bug Fixes, Implemented Suggestions
-----------------------------
Teaching
-----------------------------
- Course Blueprints
- Theory and Practice
«
Previous topic
|
Next topic
»