| FAQID | FAQCategoryID | Description | ViewCount |
| 161 | 1 | How can I convert a Recordset into an array? Also, how can I convert an array into a Recordset? | 222447 |
| 26 | 1 | How can I convert the contents of an array into a string? | 58051 |
| 92 | 1 | How can I determine the position of a particular string in an Array? | 47162 |
| 21 | 1 | How can I determine the upper or lower bounds of an array? | 44031 |
| 84 | 1 | How can I display all of the contents of a single-dimension array? | 49700 |
| 97 | 1 | How can I get a count of the number of dimensions in an array? | 48009 |
| 93 | 1 | How can I quickly determine if a string exists within an array? | 61819 |
| 83 | 1 | How can I quickly sort a VBScript array? | 215025 |
| 89 | 1 | How can I sort a VB Script array in ways other than by case-sensitive alphanumeric order, like numeric value, length of string, or even randomly? | 93936 |
| 190 | 1 | How do I display data on a web page using arrays instead of Do...While...MoveNext...???... | 171050 |
| 7 | 1 | How do I dynamically resize an array? | 60640 |
| 86 | 1 | How do I extract the contents of an array without knowing the size of the array? | 43064 |
| 63 | 1 | How do I put an array into a Session or Application "variable"? How do I then use it on the next ASP page? | 96091 |
| 146 | 1 | How is a two-dimensional laid out in memory? | 42898 |
| 145 | 1 | How is an array stored in memory? I am interested in learning about the internals of an array! | 45644 |