else if

  1. Mashiane

    Bug? [BANano] [SOLVED] - 1.21 'Else If' Transpiling Error

    Hi there... B4J Code Sub GetCssStyle(styleName As String) As String If styleName.StartsWith("@") Then else If styleName.StartsWith("#") Then else If styleName.StartsWith(".") Then Else styleName = "." & styleName End If Return CSSRule.Get(styleName) End Sub...
Top