Actions
Bug #387
closedmove = False is giving a compile error
Start date:
06/08/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
move = False
is giving a type mismatch
Updated by Brian Flanagan over 4 years ago
That's normal. Move is a reserved word.
Try a different name for your variable.
Example:
MoveIt = False
...works just fine.
Updated by Brian Flanagan over 4 years ago
- Status changed from New to Closed
Closed per Francois' request.
Actions