'Throws exception if inStr is null: inStr.replace("1", "A") 'Does not throw an error: (inStr & "").replace("1","A") 'Throws exception inStr.tolower() Does not throw exception: (inStr & "").tolower