Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anyone know which is the difference between using # or not in an expansion. i.e: $(#vMyVariable) or $(vMyVariable)
Thanks.
Regards.
Hi remattos, as far as I remember, when you add # to the dollar sign expansion, you are forcing the variable to be represented as a numer, rather than text.
Regards.
Hi remattos, as far as I remember, when you add # to the dollar sign expansion, you are forcing the variable to be represented as a numer, rather than text.
Regards.