Questions tagged [preserve]

A process of keeping a particular fragment from entity while replacing the rest of it.

136 questions
-3
votes
2 answers

How to work with string()()

I have a string()() array that it must be redim in for loop.So How can i do this. A code like this. dim arr as string()()=nothing dim z as integer=nothing for i= 1 to 5 for j=0 to 536 if j mod i =0 then redim preserve…
mda mda
  • 1
  • 2
1 2 3
9
10