if in a function with an option

In a function I have a parameter that is an option. I have to write an if statement, like this if gender::'F' then... which is the correct syntax? thank you

Best Answer

Answers

Sign In or Register to comment.