Hi there,
I was just wondering if there is a reason for the difference in the Log Command between B4R and B4J.
In B4J we use "&"
In B4R we use ","
Is there a reason for the difference?
Thanks.
JMB
I was just wondering if there is a reason for the difference in the Log Command between B4R and B4J.
In B4J we use "&"
B4X:
Log("Here is the result:" & theResult)
In B4R we use ","
B4X:
Log("Here is the result:" , theResult)
Is there a reason for the difference?
Thanks.
JMB