FAQ
 
 
Cover  \ Exhibition  \ Learning  \ Reference  \ Download  \ Discourse   
      Language \ Environment \ Libraries \ Comparison
 
   
   
Abridged (A-Z) \ Complete (A-Z)  
   
  Reference for Processing (BETA) version 91+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.  
Name  

shorten()

   
Examples  
String sa1[] = { "OH ", "NY ", "CA "}; 
String sa2[] = shorten(sa1); 
print(sa1);  // Prints "OH NY " 
println(); 
sa2 = shorten(sa2); 
print(sa2);  // Prints "OH " 

Description   Decreases an array by one element and returns the shortened array.
   
Syntax  
shorten(array)
   
Parameters  
array   boolean[], byte[], char[], int[], float[], or String[]

   
Returns   Array (the same datatype as the input)
   
Usage   Web & Application
   
Related   append()
expand()
 
 






   
 
Updated: Fri Jul 15 16:36:08 PDT 2005
 
 








Creative Commons License
 
  Processing is an open project initiated by Ben Fry and Casey Reas  
  © Info