Hi
I have the following situation:
i) values read from a file type:
[1]
tipe = 1
name = aa
[2]
type = 1
name = bb
[3]
type = 3
name = cc
I do it a fast loop
ii) the number of values, also the extract from the file.
[amount]
numbers = 23
the question:
as I can
* execute an instruction only when the type is 1?
thanks for the help