|
|
ASP FAQS : Convert the contents of an array into a string |
|
|
4GuysFromRolla.com |
|
|
ASP / String & Variables |
|
|
Click to Visit |
|
|
162 |
This tutorial has two in-built programs which are used to know how to store array items as string values. The first one suggests the for next loop to add each element of arrays to a string with a common delimiter like comma, space etc., And the latter one describes the easier method to perform the required task using 'join' function.
|