Rules also have a data type. By providing a type, you enable kBridge to efficiently store, manipulate, and display the Rule value. The Rule data types are listed below:
•Array
•Boolean
•File
•Number
•Integer
•String
•Point
•Frame
•Vector
•Model
•Any
Note that there is an "Any" type that can be used if you don’t know the datatype or don"t want to declare it at the time you are developing the Rule. However, if you use Any as the datatype, then kBridge can’t type-check the result, which can cause difficult-to-find errors.