+ Reply to Thread
Results 1 to 2 of 2

Function that returns an array

  1. #1
    Registered User
    Join Date
    09-06-2007
    Posts
    6

    Question Function that returns an array

    I would like to write a function that returns an array. The function has
    two input arguments which are strings, the first is the string to be parsed and the second is a separation character (i.e. ",") The purpose of the function is to parse the string, extracting words that are separated by separation characrter. Each word would be stuffed into the array. I wasn't sure how to set up the function. (I know how to do the parsing). TIA

  2. #2
    Forum Contributor
    Join Date
    12-04-2003
    Posts
    360
    Sounds like you need to use the 'Split' function.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1