" _
& "| "
if strText > "" then
Response.Write "" _
& " " & strText & ""
end if
Response.Write " | "
Do until strColor = strColor2
count = count + 1
intNum1a = CheckNum(intNum1a,color1A,color2A)'<-------necessary
intNum1b = CheckNum(intNum1b,color1B,color2B)'<-------necessary
intNum1c = CheckNum(intNum1c,color1C,color2C)'<-------necessary
strColor = smartHex(intNum1a) & smartHex(intNum1b) & smartHex(intNum1c)
intNum1a = int("&H" & intNum1a)
intNum1b = int("&H" & intNum1b)
intNum1c = int("&H" & intNum1c)
Response.Write "" _
& " " _
& " | "
If len(strColor) > 6 Then
Response.Write "Error: Hex Number has surpassed the 6 digit limit."
exit Do
else if len(strColor) < 6 Then
Response.Write "Error: Hex Number is less than the 6 digits."
exit Do
End If
End If
loop
if strText > "" then
Response.Write "
| "
end if
Response.Write "