I can use List1.AddItem ("string"
with no problem.
When I try to pass the position I want "string" to appear at, such as List1.AddItem ("string",index) I get a message from the precompiler saying that I'm missing an = sign.
What is the correct syntax to specify the position?
When I try to pass the position I want "string" to appear at, such as List1.AddItem ("string",index) I get a message from the precompiler saying that I'm missing an = sign.
What is the correct syntax to specify the position?