Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
Name  

String

   
Examples  
String s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; 

Description   A sequence of characters.
   
Syntax  
String var = "text";
var.length()
   
Parameters  
var   any valid variable name

text   a sequence of characters

   
Usage   Web & Application
   
Related   char
splitStrings()
splitInts()
splitFloats()
text()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas