I have discovered what seems to be a bug in the Table class:
'setTextSize' doesn't work - it seems like the 'Size' parameter if being confused by the 'Size' sub definition
PublicSub setTextSize(Size As Float)
cTextSize = Size
End Sub
Sub Size As Long
ReturnData.Size
End Sub
'setTextSize' doesn't work - it seems like the 'Size' parameter if being confused by the 'Size' sub definition
PublicSub setTextSize(Size As Float)
cTextSize = Size
End Sub
Sub Size As Long
ReturnData.Size
End Sub