1: 2: 3: 4: 5: 6: 7:
MyStr = "Verbatim Compact Flash Card 4Gb" if(len(MyStr) > 27) then response.write left(MyStr,27) + " ..." else response.write MyStr end if