I am trying to figure out how to format the LCD Display screen in ROBOTC. I have the code already written I just need help formatting, we just got them and no one knows how to program with them. Any help would be appreciated.
Here is a link to the ROBOTC help files on using the LCD
http://help.robotc.net/WebHelpVEX/index.htm#Resources/topics/VEX_Cortex/ROBOTC/LCD_Display/displayLCDCenteredString.htm%3FTocPath%3DCommand%2520Library%2520-%2520VEX%2520Cortex|ROBOTC|LCD%2520Display|_____3
Here is a link to a ROBOTC blog post on some advanced LCD examples.
http://www.robotc.net/blog/2012/05/18/advanced-applications-with-the-vex-lcd/
this may help also. it’s for printf in C but the same format speficiers and special characters apply in ROBOTC.
Also note you can take a look at the LCD sample programs if you get stuck, there is some helpful stuff in there.