Print Message
-
Hiho,
hope i didn't overlooked it but how can i use the PrintMessage block to print a variable ?
-
Stupid block, you can't, but you can try with "Custom MQL4 code" (the very last block of all) in these ways:
Print("message to print"); Print("My variable is "+variableName); Print("My variable is ",variableName);There is a slight difference when you separate members with "+" and ",". Using "+" makes numbers to be printed with more digits after the point, while "," makes them to look short and friendly.
By the way I lied. "Print message" can be used as well with a trick - you have to add "+ or ", at the beginning and +" or ," at the end

-
Thx again for the replay. I could have come to the trick solution by myself.

thank you till my next question

PS: have you thought about the output option of the manually written blocks?

-
At the moment I work for a new thing that will probably help many people with debugging the project, and Library Studio is with lower priority. I can't give you a promise when I will take care of it, also because this thing is still not really clear in my mind
