Search results

  1. C

    Checking for shared var

    Is there a way to check for the existence of a shared var at runtime? I know I can check at compile time using &If defined.... but I want to check if the var exists at runtime. Is there a way? Thanks Mary
  2. C

    Selection list list-pairs

    Hello, I am designing a screen that has 2 selection lists in it. I want them to be list-pairs, and start out blank. Then I will populate them at run-time. If I designate them as list-items, everything goes smoothly. However, when I thry to use List-pairs, it I leave the list items blank, it...
Top