J M Smith 2.May.12 05:20 PM a Web browser Applications Development7.0.3 FP1Windows XP
good afternoon. i am trying to replace a value in an array with a new value that a user enters in a dialog box. i can get a handle to the value position that they want to change and the value that they want to change it to, but for the life of me... i can't figure how to replace it. i did have it somewhat working but it would replace the entire multivale field with the newvalue instead of the one value. any help would be greatly appreciated.
'''''''
Dim tmparray As Variant
Dim myarray(0 To 2)
myarray(0) = "0"
myarray(1) = "2"
myarray(2) = "0"