Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Insert excerpt
BrightScript Version Navigation Menu
BrightScript Version Navigation Menu
nopaneltrue
The intrinsic types Int32,   Float, and stringand String have object and interface equivalents. These are useful in the following situations:

...

roInt contains the  ifInt interface, which provides the following:

GetInt() As Integer
 
SetInt(value As Integer) As Void

...