Display Data Between Commas In Form ASP

G

gotcha

I would like to know if you can display only certain data into a field
between commas or any other symbol without using the curshort feature.
For example. I have the following.

Part, A3472, Desc: Controller: Price$ 45.00

I just need this out of it in a single form field.

A3472

I cannot use the cutshort feature because my part numbers are
different lengths.

Thanks for any help in advance.

Thanks,
(e-mail address removed)
 
M

Mark Schupp

cutshort feature????

in vbScript:

aData = Split( strData, ',' )
strPartNo = aData(1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,881
Members
47,418
Latest member
NoellaXku

Latest Threads

Top