ArmandsBruns
12 years agoFrequent Contributor
Log.Message " &variable &&"
Hi,
I have question about:
I would like to get the following result = (i + project.variable.value), but I haven't experience to write correct syntax
i = local variable
project.variable.value = project variable
Call LogMessage("" &i &" + "project.variable.value". Test case - some action " &Sellable_unit &".")
Sub LogMessage(message)
Log.Message " &message &"
End Sub
Best regards
Armands
I have question about:
I would like to get the following result = (i + project.variable.value), but I haven't experience to write correct syntax
i = local variable
project.variable.value = project variable
Call LogMessage("" &i &" + "project.variable.value". Test case - some action " &Sellable_unit &".")
Sub LogMessage(message)
Log.Message " &message &"
End Sub
Best regards
Armands