|
in reply to your second question,
the Mid function treats the expression as a Variant. The Mid$ function treats the expression as a string. If you are definitely dealing with a string use the $ version as this is not only faster (more efficient) but also using Mid on a string in conjuction with other code can cause unexpected results(because the string is treated as a variant not a string). This applies to the Trim function and the other string manipulation functions.
|
__________________
(A)bort, (R)etry, (G)et a beer?
|