Group: Forum Members
Posts: 25,
Visits: 120
|
I am trying to pull a single character at index values.trialcount from a long character string values.sequence. This does not work (suggested by the help file): values.trialtype = substring(values.substring, values.trialcount,values.trialcount);
Neither does this (suggested by the inquisit tooltip): values.trialtype = values.sequence.substring(values.trialcount,1);
What should I do?
|