Question
.asp question if "contains"
I have been stuck on this fo a bit. It is an .asp question.
<% if "john123" contains "john" then %> I am john <% end if %>
So what is the symbol for "contains" ? or how is this done?
Thank you for any help.
<% if "john123" contains "john" then %> I am john <% end if %>
So what is the symbol for "contains" ? or how is this done?
Thank you for any help.
