function if nested

Helle
how to write the function if nested

This is the general form for nesting if statements, but your question is not very clear, can you elaborate on what your issue is?

if (FALSE) {
    
} else if (TRUE) {
    
}

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.