Help:VE273
From TrainzOnline
(Difference between revisions)
(Created page with "'''Variable $(VARIABLE NAME) already declared in this scope.''' This error is reported by the TrainzScript compiler when a variable name is already in use in the current ...") |
|||
Line 1: | Line 1: | ||
− | '''Variable | + | '''Variable '<variable name>' already declared in this scope.''' |
This error is reported by the [[TrainzScript]] compiler when a variable name is already in use in the current scope. | This error is reported by the [[TrainzScript]] compiler when a variable name is already in use in the current scope. |
Revision as of 11:00, 17 May 2024
Variable '<variable name>' already declared in this scope.
This error is reported by the TrainzScript compiler when a variable name is already in use in the current scope.