Are there any wildcards in EL?  [SOLVED]

Questions about MultiCharts and user contributed studies.
seneca
Posts: 97
Joined: 02 Apr 2012
Has thanked: 38 times
Been thanked: 22 times

Are there any wildcards in EL?

Postby seneca » 12 Jan 2014

Does Easylanguage have a wildcard function?

I want to do something like this

Code: Select all

if symbolname = "CL**" then begin...
so that all symbols beginning with CL, like CLF4, CLG4 and so on are being addressed. Is there such a feature?

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: Are there any wildcards in EL?  [SOLVED]

Postby TJ » 12 Jan 2014

Does Easylanguage have a wildcard function?
I want to do something like this

Code: Select all

if symbolname = "CL**" then begin...
so that all symbols beginning with CL, like CLF4, CLG4 and so on are being addressed. Is there such a feature?
Look up:

LeftStr


Return to “MultiCharts”