Oxygen Basic

Information => Development => Topic started by: jcfuller on February 16, 2018, 06:47:01 AM

Title: address of operator
Post by: jcfuller on February 16, 2018, 06:47:01 AM
Charles,
  Are & and @ interchangeable?

James
Title: Re: address of operator
Post by: Charles Pegge on February 16, 2018, 10:00:56 AM
Yes, they are the same, as an address operator. I prefer to use '@' because there are too many '&' &h & && &= ...
Title: Re: address of operator
Post by: jcfuller on February 16, 2018, 10:09:12 AM
Charles,
Thanks for the conformation.
you forgot to mention string concatenation :)
James