|
|
Q5824 I have string values that look like this: "name, age, height" - How do I parse these so I can reference each value?
irt.org | Knowledge Base | ASP | Q5824 [ previous next ] Q5824 I have string values that look like this: "name, age, height" - How do I parse these so I can reference each value?Use the VBScript split funtion to return an array of the values separated by whatever character you specify.
Feedback on 'Q5824 I have string values that look like this: "name, age, height" - How do I parse these so I can reference each value?' |
-- div -->
|