BBOM DailyWTF.

Back to the old BBOM Rewrite Project.

I’m finally digging through a page with 2272 lines of ASP/VBScript to find out what I can reuse. Obviously, not this…

If L_Usd =”ON” Then

s_Usd_on_text = “Currency values in US Dollars.”
s_Usd_off_text = s_Usd_off_text_null

Else

s_Usd_off_text = “Currency values in local currency.”
s_Usd_on_text = s_Usd_on_text_null

End If

And here’s how it’s being used…

<%=s_Usd_on_text%><%=s_Usd_off_text%>

Leave a Reply

Your email address will not be published. Required fields are marked *

Solve this: Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.