Jump to content

Lupus the Canine

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Lupus the Canine

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Is it possible to remove value from config array? Something like class Test{ test1[]={1,2,3}; test2[]={1,2,3}; }; class TestB:Test{ test2[]-={2}; }; so getArray (configFil>>"TestB">>"test2") returns [1,3]; "-=" doesn't work.
×