Title: Message
I am trying to make the print statement let me know which table it's working on by using the "Print" command but all I get is "F" in the message box.
 
sStates = "WY"
For i = 1 to 1
sST = Mid$(sStates, ((i-1)*2) + 1, 2)
Open Table sPath + sST + "T.TAB" As Tract
Open Table sPath + sST + "WB.tab" As Water
 
Map From Tract
 
*******Code to do what I need it to do. Code works.
 
'-- Clean up
Print "Table saved: " = sST & "T"  *******This is where I want it to print "WYT" but all I get is "F"
Close All
Next
Set ProgressBars On
 
 

 
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 4140


Reply via email to