I have a grid with variable column names. Onscriptinit it grabs the column names from a table and runs through a FOR loop to assign them to a global variable. The variables are set to =0 initially. When it runs through the loops, there is a case that says if([r4]==0){ sc_field_display({rehearsal4}, off);
It works fine in development. In rehearsal, it displays the field with a header of 0. Development is windows…production hostgator linux. Is there a different way I should be saying it? Probably something obvious.