is it possible to string variable shown in data window?

 

hi, i have a string array such below. Is there any code to show string variables from array in data window?

string pair[28]= { "EURJPY", "GBPJPY", "AUDJPY", "NZDJPY", "CHFJPY", "CADJPY", "USDJPY",
"EURUSD", "EURGBP", "EURCHF", "EURCAD", "EURAUD", "EURNZD", "GBPUSD",
"GBPCHF", "GBPCAD", "GBPAUD", "GBPNZD", "USDCAD", "USDCHF", "AUDUSD",
"NZDUSD", "AUDCAD", "AUDCHF", "AUDNZD", "NZDCAD", "NZDCHF", "CADCHF" };
 
ensark:

hi, i have a string array such below. Is there any code to show string variables from array in data window?

Indicator buffers are shown in the Data Window,  they are doubles.
 
RaptorUK:
Indicator buffers are shown in the Data Window,  they are doubles.

thanks,  are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;
 Comment( pair[i]) ;   
 
ensark:
thanks,  are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;
Code for what ?
 
ensark:
thanks,  are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;


It is  pair[28]

So if you   Comment( pair[i]) ;

then what symbol has to display ??   what is your i value ???

Is i changing then comment you see is last i  one comment line