http://docs.xojo.com/UserGuide:Custom_Code_Reformatting Take 1 off any value over 266 if running pre 2019r2 ! = 33# = 35$ = 36% = 37& = 38‘ = Remaining Line( = 40) = 41* = 42+ = 43, = 44– = 45. = 46/ = 47: = 58; = 59< = 60= = 61 or TOKEN_ASSIGN = 366> =
Continue reading Xojo Custom Code Reformatting Token Values
Category: Xojo
Xojo Data Types
Windows APIs to Xojo data type conversion
Here is a list of Windows types related to their Xojo equivalent, this is useful when you perform a Declare in Xojo. Rule of thumb: ByRef and ByVal are only applicable to intrinsic data types (Integer, String, Double, Structures etc.) All arrays and object types are reference types, effectively behaving as if ByRef was used
Continue reading Windows APIs to Xojo data type conversion