Programming two LCDS

How do I program two LCD displays, to display two different things in RobotC

ROBOTC does not officially support the use of two LCD displays.

However, it is possible to use the serial communication functions to send the appropriate messages to a second screen. There is an example showing how to do this here.