For a performance technique, use hard-coded color constants instead of using the RGB() function. It will not make a big difference for a few uses, but if you are going to display thousands of rows it might make some difference... besides it is a good habit to get into.

For example:

  RGB(200, 0, 0) = &cC80000

The color constants is just the Hex value of each part of the RGB function.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to