J
jeanhurtado
Hi!, I'm Jean and want to fill a text box "Location1.txt" with a part
number then go to another text box "Location2.txt" in a array. Here is
the code:
+++++++++++++++++++++++++++++++++++++++++++++++++
For z = 1 To 15
vlocbox = "location" + Trim(Str(z)) +
".Text"
vlocbox = aIAMSLoc(z)
' Clear the values of the arrays before the new PART
aIAMSLoc(z) = ""
Next z
I have 15 textboxes from location1 to location15. I have try but not
find and asnwer. How I can go from location1.txt to location2 , then
location3 in a array? Thanks for your help. Hope you can understand.
-Jean
number then go to another text box "Location2.txt" in a array. Here is
the code:
+++++++++++++++++++++++++++++++++++++++++++++++++
For z = 1 To 15
vlocbox = "location" + Trim(Str(z)) +
".Text"
vlocbox = aIAMSLoc(z)
' Clear the values of the arrays before the new PART
aIAMSLoc(z) = ""
Next z
I have 15 textboxes from location1 to location15. I have try but not
find and asnwer. How I can go from location1.txt to location2 , then
location3 in a array? Thanks for your help. Hope you can understand.
-Jean