Can anyone tell me what the difference between using one or the other of
these.?
From what I have read they are the same thing, and both seem to do the same
job.
ie: CurDir + "\myfile.ex e" or CurDir & "\myfile.ex e"
I have noticed however when copying code from the API guide especially,
using "+" when modifying the code sometimes ends up with error until you
change to "&"
Anyone know what the standard is to use, and what the difference is if any?
these.?
From what I have read they are the same thing, and both seem to do the same
job.
ie: CurDir + "\myfile.ex e" or CurDir & "\myfile.ex e"
I have noticed however when copying code from the API guide especially,
using "+" when modifying the code sometimes ends up with error until you
change to "&"
Anyone know what the standard is to use, and what the difference is if any?
Comment