08-22-2010, 09:40 AM
hello,
i have a (probably simple) question.
in a macro i store some text in a string later in the same macro i want to use it again, for comparison how can i manage this? a simple example:
if x[0 0]="test"
ARRAY(str) code = x[0 0]
comparison part
if code ="yippie"
,mes"yes"
i have a (probably simple) question.
in a macro i store some text in a string later in the same macro i want to use it again, for comparison how can i manage this? a simple example:
if x[0 0]="test"
ARRAY(str) code = x[0 0]
comparison part
if code ="yippie"
,mes"yes"
