Closed xtrojak closed 2 years ago
For some reason, BCSLeditor (visualisation) save button creates .txt file instead of .bcs.
.txt
.bcs
Try to change auto datatype to bcs on this line?
auto
bcs
Actually the problem was in sniffer, which required all keywords "#! rules", "#! inits", "#! definitions" to be present (which is not true).
"#! rules", "#! inits", "#! definitions"
For some reason, BCSLeditor (visualisation) save button creates
.txt
file instead of.bcs
.