Difference between revisions of "S2 Cookbook: Arrays"

From Dreamwidth Notes
Jump to: navigation, search
m
m
Line 6: Line 6:
  
 
== Get a random array item ==
 
== Get a random array item ==
 +
 +
== Reverse an array ==
  
 
[[Category: S2 Cookbook]]
 
[[Category: S2 Cookbook]]

Revision as of 18:21, 2 August 2010

Access an item of an array or associative array

Cycle through all the items of an array or associative array

Get the last item of an array

Get a random array item

Reverse an array