Difference between revisions of "S2 Cookbook: Arrays"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with '== 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 == [[Category: S2 Coo…')
 
m
Line 4: Line 4:
  
 
== Get the last item of an array ==
 
== Get the last item of an array ==
 +
 +
== Get a random array item ==
  
 
[[Category: S2 Cookbook]]
 
[[Category: S2 Cookbook]]

Revision as of 00:00, 22 June 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