You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type the "c" command get a current report and you get this:
RECEIVE] c CurrentMAIN 0 C Milli 0 1997 1 1
[RECEIVE] 997 a 0>
It is splitting the first command partway through the second "1997" and then including a closing bracket. Should we display the brackets?
This seems related to how the parser is breaking up lines. This should either be one line or perhaps 2. If we include the brackets, it would look like this:
RECEIVE] <c CurrentMAIN 0 C Milli 0 1997 1 1997>
[RECEIVE] <a 0>
The text was updated successfully, but these errors were encountered:
type the "c" command get a current report and you get this:
RECEIVE] c CurrentMAIN 0 C Milli 0 1997 1 1
[RECEIVE] 997 a 0>
It is splitting the first command partway through the second "1997" and then including a closing bracket. Should we display the brackets?
This seems related to how the parser is breaking up lines. This should either be one line or perhaps 2. If we include the brackets, it would look like this:
RECEIVE] <c CurrentMAIN 0 C Milli 0 1997 1 1997>
[RECEIVE] <a 0>
The text was updated successfully, but these errors were encountered: