Jiskha Homework Help
SATURDAY
November 21, 2009
SCHOOL SUBJECTS
- Art
- Business
- Computers
- English
- Foreign Languages
- Health
- Home Economics
- Math
- Music
- Physical Education
- Science
- Social Studies
GRADE LEVELS
- Preschool
- Kindergarten
- Elementary School
- 1st Grade
- 2nd Grade
- 3rd Grade
- 4th Grade
- 5th Grade
- 6th Grade
- 7th Grade
- 8th Grade
- High School
- 9th Grade
- 10th Grade
- 11th Grade
- 12th Grade
- College
- Adult Education
Post a New Question | Current Questions | Chat With Live Tutors

Homework Help Forum: programming

Posted by Sameul on Monday, November 2, 2009 at 6:38pm.

in visual basic they tell me use comma "delimited strings"(something with exactly two comm mas, such as "20,45,2003" or "hi,,there") and pull out three pieces of the string apart(using commas as delimiters that separate each of the three parts) and also tells me to display this in three different picture boxes. they tell us that the processing should happen in a click of a button...



i don't get how to use comma delimited and when i youtbed it nothing helped me....
can you please help me to this question.

  • VB - MathMate, Monday, November 2, 2009 at 9:08pm

    All "comma delimited strings" means is that there is a single string made up of three tokens (or words). These tokens are separated by commas, in the same way that our words in English are separated by spaces.

    "20,45,2003" should split into three tokens, namely 20, 45 and 2003, while
    "hi,,there" would be split into hi, "", and there. The middle token is empty since there is nothing between the two commas or delimiters.

    To separate the given string into separate tokens you can use the VB function split(expression, delimeter) which returns an array of tokens.
    Expression would be "hi,,there", delimeter would be ",".

    What is not clear to me is that the questions wants you to display the tokens (words) in the picture boxes, or each token represents a file name from which you would slap the images onto the picture boxes?

    Do you have the actual string you are supposed to use?

    Give it a try and post what you have and tell us where you have difficulties, if any.

Answer this Question

First Name:
School Subject:
Answer:

For Further Reading

SEARCH

COMMUNITY
FEATURES
- Live Tutors
- Net Riddle
- Reference
- Search