[thelist] Introduction

Anthony Baratta Anthony at Baratta.com
Fri Mar 2 18:55:24 CST 2001


At 04:11 PM 3/2/2001, Michele Neylon wrote:
>Hello all,
>As a matter of courtesy I thought I would announce my presence.
>I am based in Ireland and still trying to get to grips with a lot of new
>technologies ;-)

Howdy-do!

FYI - in order to keep the signal to noise high we offer on-topic tips for 
general chatter messages.

<tip name="Anthony Baratta" subject="ASP/VB Script">

The Trim() command is your friend. Use it liberally like a good axle 
grease. Whenever you get the "raw" data from a database or a form/query 
string, trim your data.

e.g.
         varField = Trim(objRS("Field"))
         varField = Trim(Request.Form("Field"))
         varField = Trim(Request.QueryString("Field"))
         varField = Trim(Request("Field"))

</tip>
---
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list