pacgreg #1 Posted February 17, 2014 I'm getting close to finishing this ugly routine to help me convert a lot of data very fast and once I got to assign6 I started getting errors on compiling a goto in assign2, which has compiled easily before. does this happen for anyone else? how can I fix it? Is it because the bank is empty? Thanks Greg pfreadretry.bas Quote Share this post Link to post Share on other sites
+Gemintronic #2 Posted February 17, 2014 Double bowangi barfs for me as well. My compiler details as output by VisualbB: batari Basic Compiler date (1/5/2014 2:13:33 PM)Current bB compiler version supports -O option. Peephole optimizer option enabled.Current bB compiler version supports DPC+ Kernel. DPC+ options enabled. Quote Share this post Link to post Share on other sites
+RevEng #3 Posted February 17, 2014 On line 582 you have a typo. Instead of an ending curly bracket for the bit value, you've used a regular round bracket. With that fixed, it compiles. Quote Share this post Link to post Share on other sites
pacgreg #4 Posted February 18, 2014 Whoops, thanks! Quote Share this post Link to post Share on other sites