10-08-2024, 06:51 PM
No big deal, but thought I'd mention this in case it could reveal a greater IDE syntax coloring issue.
I noticed that the IDE doesn't correctly color the name of a SUB or FUNCTION named smooth for some reason. Load this in the current IDE to see.
- Dav
I noticed that the IDE doesn't correctly color the name of a SUB or FUNCTION named smooth for some reason. Load this in the current IDE to see.
- Dav
Code: (Select All)
Function smooth: End Function 'Not colored
Function smoothy: End Function 'colored
Sub smooth: End Sub 'not colored
Sub smoothy: End Sub 'colored