gazeranco
Well-known member
Hello could someone provide me with a code example for the following...
I want to create a dynamic array of type string and i want to tell it how big it will be using a variable(int) at runtime and then i want to add a list of strings to it by using a variable which will contain strings at runtime, it will assign the values using a for next loop each time the loop executes the string will be different and i want that string to be added to my array so on so forth, any ideas?
I want to create a dynamic array of type string and i want to tell it how big it will be using a variable(int) at runtime and then i want to add a list of strings to it by using a variable which will contain strings at runtime, it will assign the values using a for next loop each time the loop executes the string will be different and i want that string to be added to my array so on so forth, any ideas?