what's the meaning by the "." in a variable?

 

hi

i saw an indicator with the below declaration

Any idea what's function of the " . " ?

Thanks 

######### 

extern int       TVI.r=12; 

 

Let me tell you that you must to remove this "." and compile it again as new meta editors versions don't accept this notation.

so, TVI.r will be TVIr 

It will work for sure if you have no any other code errors like "$" or so. 

 
bobo1974:

hi

i saw an indicator with the below declaration

Any idea what's function of the " . " ?

Thanks 

######### 

extern int       TVI.r=12; 

Its used in the structure definitions.  Metatrade 4 version 600+ do not take "." unless explicitly defined in structure.  If you want to recompile remove "." just like Osama mentioned.
 
thanks all for the replies
Reason: