Reverse

C10 - initial

reverse (Sifts)
TypeCorrade progressive sift
Siftreverse
Parametersthe empty string
DescriptionThe reverse sift will reverse the CSV list.
Last ChangesNone

The reverse sift will reverse the CSV list.

Arguments

Position Type Description Example
0 the empty string None ""

Example

The following sift, when added to a command, will reverse the list returned by the command:

"sift", wasListToCSV([
        "reverse", ""
    ]),

Effect on Returned Data

Given the input:

data=1,a,2,c,3,d

then the expected output will be:

d,3,c,3,a,1

Notes

  • As with other sifts with no parameters, the empty string must be supplied as an argument to the reverse sift.

secondlife/scripted_agents/corrade/api/sifts/reverse.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.