[pshaiCmd] ArrayRemove2

0 627 Views No Comments 3 years ago
  • Simple command to remove value(s) from the array.

    Usage testample:

    local testArr1 = {'a', 'a', 'b', 'c', 'a', 'b'}
    local testArr2 = {1, 2, 1, 4, 7, 1}
    
    local result1 = CC_ArrayRemove2(testArr1, 'a')
    local result2 = CC_ArrayRemove2(testArr2, 1)
    local result3 = CC_ArrayRemove2(testArr1, 'a', true)
    local result4 = CC_ArrayRemove2(testArr2, 1, true)
    
    Log(result1) -- missing first 'a'
    Log(result2) -- missing first '1'
    Log(result3) -- missing all 'a'
    Log(result4) -- missing all '1'
    HaasScript Code
    Sign in or Register to download for free
  • Mandala Trading Competition Promotion Type: contest Expires: June 9, 2023 Exclusive
    Trading volume competition, win up to $10,000 USDT and bounties.
  • Earn Up to 200 BMEX Tokens Promotion Type: contest Expires: March 31, 2023
    15 BMEX @ $20,000, 25 BMEX @ $50,000, 50 [email protected] $200,000, 100 BMEX @ $400,000, 200 BMEX @ $600,000 in monthly derivatives volume
Login or Register to Comment

Unlock your crypto trading potential

Create a free account and enjoy everything we have to offer.

Join for Free