"Invalid name: same as a command" when declaring list
Posted: Tue Apr 30, 2024 5:11 pm
This code:
Gives this error message:
Invalid name: same as a command (from library 'String').
I'm declaring a list of pointers, so it shouldn't be an error maybe?
Thanks!
Code: Select all
NewList *Left()
Invalid name: same as a command (from library 'String').
I'm declaring a list of pointers, so it shouldn't be an error maybe?
Thanks!