hi all,
i've now read that "efs doesn't allow more than 3 symbols". i'm unsure what that means. i was thinking of a project where that could pose a problem and wanted to make sure before embarking on the project.
my project involves reading a file with a list of symbols (more than 3). for EACH symbol, i wanted to use "getValueAbsolute()" and do analysis, ONE at a time.
project
------------------
1. read file
2. for each symbol in file
a. do analysis
b. write result to another file
is this going to be a problem?
if so, any suggestion?
thank you in advance,
phil
i've now read that "efs doesn't allow more than 3 symbols". i'm unsure what that means. i was thinking of a project where that could pose a problem and wanted to make sure before embarking on the project.
my project involves reading a file with a list of symbols (more than 3). for EACH symbol, i wanted to use "getValueAbsolute()" and do analysis, ONE at a time.
project
------------------
1. read file
2. for each symbol in file
a. do analysis
b. write result to another file
is this going to be a problem?
if so, any suggestion?
thank you in advance,
phil
Comment