Brightsign BrightScript 3.0 Reference Manual User Manual Page 49

  • Download
  • Add to my manuals
  • Print
  • Page
    / 75
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 48
44
Integer
Float
Double
String
Object
Dynamic
Example:
Function cat(a, b)
Return a+b 'a, b could be numbers or strings
End Function
Function five() As Integer
Return 5
End function
Function add(a As Integer, b As Integer) As Integer
Return a+b
End function
Function add2(a As Integer, b=5 as Integer) As Integer
Return a+b
End Function
Function add3(a As Integer, b=a+5 as Integer) As Integer
Return a+b
Page view 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 74 75

Comments to this Manuals

No comments