• tableList deletechildren/deletechildlist

    From Nicolas@21:1/5 to All on Mon Jan 24 09:57:24 2022
    Hi Csaba
    is there's a way to delete *some* children of a parent Node list?

    thanks,
    nicolas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From nemethi@21:1/5 to All on Mon Jan 24 20:22:22 2022
    Am 24.01.22 um 18:57 schrieb Nicolas:
    Hi Csaba
    is there's a way to delete *some* children of a parent Node list?

    thanks,
    nicolas


    For a parent node given by the node index <parentNodeIndex> and a child
    of it indicated by the child index <childIndex>,

    $tbl noderow <parentNodeIndex> <childIndex>

    returns the child's numerical row index, which you can pass to the
    delete subcommand.

    --
    Csaba Nemethi https://www.nemethi.de mailto:[email protected]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicolas@21:1/5 to All on Tue Jan 25 00:47:35 2022
    Le lundi 24 janvier 2022 à 20:22:26 UTC+1, nemethi a écrit :
    Am 24.01.22 um 18:57 schrieb Nicolas:
    Hi Csaba
    is there's a way to delete *some* children of a parent Node list?

    thanks,
    nicolas

    For a parent node given by the node index <parentNodeIndex> and a child
    of it indicated by the child index <childIndex>,

    $tbl noderow <parentNodeIndex> <childIndex>

    returns the child's numerical row index, which you can pass to the
    delete subcommand.

    --
    Csaba Nemethi https://www.nemethi.de mailto:[email protected]

    thank you very much Csaba, it's perfect !!

    ++

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)