On 30 Jun 2015, at 1:21 , abdelghani ALIDRA <alidrandco@yahoo.fr> wrote:Hi guys,what is the best way to express the following :return (something aMsg) if it is not nil, return somethingElse elsewhereI could stil write:something aMsgifNil:[^ something aMsg]ifNotNil:[^aNotherResult]but it sounds a little bit weirdRegards.Abdelghani