CharlieMike73
Programmer
Hi,
Can someone do me to favor of converting this statement to VBScript from PHP, i have tried it myself, no joy!
<?php
if ($x==1){
$y = "data_field2"; $x=0;
} else {
$y = "data_field";
$x=1;
}
?>
Thank you,
It is just to alternate the Table Row BGcolor for each line in a RecordSet I am working on. It will live within a While loop.
Thnx
Can someone do me to favor of converting this statement to VBScript from PHP, i have tried it myself, no joy!
<?php
if ($x==1){
$y = "data_field2"; $x=0;
} else {
$y = "data_field";
$x=1;
}
?>
Thank you,
It is just to alternate the Table Row BGcolor for each line in a RecordSet I am working on. It will live within a While loop.
Thnx