🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

macro to delete elements by min length

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

hi guys,
 

please help me out with 'macro to delete elements by min length'

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Imoto"
    Altair Employee
    Updated by Imoto

    You can use hm_getelemcheckelems command.

     

    Example:
    hm_createmark elems 1 'by config' 104;
    set fail [hm_getelemcheckelems 1 2 length below 1.0];
    hm_createmark elems 1 $fail;
    *deletemark elems 1;

     

    Thanks,
    Imoto