Lists

Questions about MultiCharts and user contributed studies.
User avatar
hb7of9
Posts: 18
Joined: 23 Apr 2014
Has thanked: 9 times
Been thanked: 3 times

Lists

Postby hb7of9 » 18 Sep 2023

:)
Hey Guys

Can I use lists and check if something is in a list as can be done with Python and Pascal?

List = [a, b, c]

Code: Select all

ValueToCheck = 1; // Value you want to check MyList = 1; // Your list of values if InList(ValueToCheck, MyList) then Print("Value is in the list") else Print("Value is not in the list");

Return to “MultiCharts”