2013 Mar 26 1:32 PM
Dear Experts,
I can't find the explanation via F1 so decided to ask you.
In following code:
WRITE:
/ ’Name des Flugzeugs:’(001), AT pos_1 name,
/ ’Flugzeugtyp’(002), AT pos_1 planetype,
/ ’Gesamtzahl der Flugzeuge’(ca1).
what is the meaning of (001), (002) and (cal)?
Please advise.
Regards, Maria
2013 Mar 26 1:38 PM
Double-click on the texts you will understand.
(Or look at documentation for text symbols)
Regards,
Raymond
2013 Mar 26 1:39 PM
Hi Maria,
This means that you're referring to the text symbols of your program.
Just double click on it, between the brackets and you'll see the link.
Best regards,
Jonathan
2013 Mar 26 3:24 PM
Raymond, Jonathan,
Appreciate your answers, now its clear, many thanks.
(Don't understand why I cannot mark your answers as correct, but as soon as it will be possible I'll do)
Regards, Maria
2013 Mar 26 3:30 PM