10-06-2023, 10:46 PM
Here's an idea, since our voting base is so evenly distributed over which banner to use: Why not use both?
[pseudcode]
If Val(Mid$(Date$,3),2) Mod 2 Then
Display dbox_banner
Else
Display bplus_banner
End If
[/pseudocode]
[pseudcode]
If Val(Mid$(Date$,3),2) Mod 2 Then
Display dbox_banner
Else
Display bplus_banner
End If
[/pseudocode]