#property version query

 

Hi all,

anybody know if there is any way to get the string stored in:

#property version "1.00"

and to display it on the chart in comments, ie:

Comment("\n",title," EA (",version,")\n\nWaiting for a tick to start...");

Thanks

 
#define Version "1.00"

Comment (Version);
 
qjol:


Thanks for the reply, but that is not what I asked. I can easily work out alternatives for myself, but I require an answer to my specific question.
 
Paul_B:

Thanks for the reply, but that is not what I asked. I can easily work out alternatives for myself, but I require an answer to my specific question.
Not possible.