79737917

Date: 2025-08-17 15:35:54
Score: 1
Natty:
Report link

you can try

Public Function IfFunc(condition As Boolean, trueValue As Double, falseValue As Double) As Double
    If condition Then
        IfFunc = trueValue
    Else
        IfFunc = falseValue
    End If
End Function
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xiaoyaosoft