davesmith202
Employee of Access World
- Local time
- Today, 07:43
- Joined
- Jul 20, 2001
- Messages
- 522
I have the following code:
Since I know it is string data, should I somehow define what type of variable the var is?
Thanks,
Dave
Code:
Dim var
var = Split(strPGNdata, vbCrLf)
Since I know it is string data, should I somehow define what type of variable the var is?
Thanks,
Dave