Hi. I am using ASP to return some text strings from different variables to populate a <select> listbox.
I am wondering if there is a way to align multiple text strings into columns, something like a left justify within the list. Multiple spaces for example are ignored, thus eliminating the space() function?
eg:
<option><%=Var1%> & " " & <%=Var2%></option>
Thanks,
John.
I am wondering if there is a way to align multiple text strings into columns, something like a left justify within the list. Multiple spaces for example are ignored, thus eliminating the space() function?
eg:
<option><%=Var1%> & " " & <%=Var2%></option>
Thanks,
John.