07-11-2018, 07:50 PM
I have two questions in relation to a long list of strings in one of my macros :
(a) To declare this long list of strings is it possible to use one declaration statement (str) and then continue the list in several lines? In other words is it possible to use continuation lines in QM editor?
(b) Is it possible to use a kind of fortran-like equivalence statement for this long list of strings, for example in the case you need to output their values using the elements of an ARRAY in a for-like statement than using explicitly the name of each-one of the strings.
Many thanks for any advice.
(a) To declare this long list of strings is it possible to use one declaration statement (str) and then continue the list in several lines? In other words is it possible to use continuation lines in QM editor?
(b) Is it possible to use a kind of fortran-like equivalence statement for this long list of strings, for example in the case you need to output their values using the elements of an ARRAY in a for-like statement than using explicitly the name of each-one of the strings.
Many thanks for any advice.