Jump to content
Lupus the Canine

config.cpp array remove entry

Recommended Posts

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×