CASE


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Stephen Auerbach on September 22, 2004 at 08:35:07:

If I want to test a string against a series of values and I need to strip it, do I:
1) Strip it into another variable before I execute the case and use the temp variable in the case?
or to I code?
2) Select Case Strip(YadaYada$)
Case is eq "Steinfeld"
Goto tuneoff
Case is eq "George"
or is this the proper method?
3) Select Case YadaYada$
Case is eq Strip("Steinfield")
Goto tuneoff



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]