|
-
Aug 13th, 2021, 07:32 PM
#11
Re: TwinBasic
Started experimenting with classes in TwinBASIC. Found two minor issues so far:-
- Intellisense doesn't work with Handles clause.
- Application crashes if you try to assign an object to an object variable without using Set:-
Code:
m_tc = New TestClass(900) 'Crashes
Code:
Set m_tc = New TestClass(900) 'Works
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|