arrayRemoveString
This section contains reference documentation for the arrayRemoveString function.
Removes value from array of strings.
Signature
arrayRemoveString('colName', value)
Usage Examples
These examples are based on the Hybrid Quick Start.
DivAirportIDs | value |
---|---|
SEA,PSC | PSC |
SEA,PSC,PHX,MSY | PSC,PHX,MSY |
SEA,PSC,PHX,MSY | PSC,PHX,MSY |
SEA,PSC | PSC |
SEA,PSC | PSC |
Last updated