Hi,
This efs prgramming works fine when drawing a line on an individual basis for each x-rate:
if ( sSym == "JPY A0-FX") {
drawTextRelative..............
}
if ( sSym == "EURJPY A0-FX") {
drawTextRelative.....................
}
To simplify things, is the following efs coding possible, so i can add as many x-rate symbols as i need into one line of coding:
if ( sSym == "JPY A0-FX or "EURJPY A0-FX" or "CADJPY A0-FX") {
drawTextRelative..............
}
Thanks,
Paul
This efs prgramming works fine when drawing a line on an individual basis for each x-rate:
if ( sSym == "JPY A0-FX") {
drawTextRelative..............
}
if ( sSym == "EURJPY A0-FX") {
drawTextRelative.....................
}
To simplify things, is the following efs coding possible, so i can add as many x-rate symbols as i need into one line of coding:
if ( sSym == "JPY A0-FX or "EURJPY A0-FX" or "CADJPY A0-FX") {
drawTextRelative..............
}
Thanks,
Paul
Comment