Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

ridx

http://jonathanaquino.com/singpolymaplay/yubnub-ridx.php?xn_auth=no&data=%s&idx=${idx}&as=${as}&callback=${callback}
NAME
     ridx - Removes an index from an 'array'

SYNOPSIS
     ridx [ARRAY DATA] -idx [INDEX TO REMOVE] -as [ARRAY TYPE] -callback [CALLBACK]

EXAMPLES
     ridx {explode 1,2,3,4} -idx 0
        returns and XML-style array with elements 2,3,4
     
     ridx {explode 1,2,3,4} -idx 0 -as xoxo
        returns and XOXO-style array with elements 2,3,4
     
     ridx {explode 1,2,3,4} -idx 0 -as json [-callback x]
        returns and JSON-style array with elements 2,3,4
        with optional JSONP callback x

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/
    
333 uses - Created 2006-04-27 10:11:20 - Last used 2011-05-15 10:05:46
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.