HyperNext Studio
HyperNext Studio => General => Topic started by: AnonymousPostings on July 01, 2010, 07:44:02 AM
-
In HyperNext Creator, If I wanted to put details into a variable, and I were to say want to put different phrases onto different line's E.G.
Alpha
Bravo
Charlie
Delta
Ect. Ect. But I wanted to put them into the Variable exactly like that (a phrase per/line), how would I go about doing it?
E.G. My current command, The question marks signify my confusion as to what would go there.
Put '???' into CallSigns
Since you can't physically put them on individual lines, as it errors, is there a command that you can put after each phrase that knows to put them per/line?
-
I'm not sure i fully understand your question but if you want to put text onto different lines use the following command
Put "???" after CallSigns
so to obtain the list below do
Put 'Alpha' into CallSigns
Put 'Bravo' after CallSigns
Put 'Charlie' after CallSigns
Put 'Delta' after CallSigns
To check that CallSigns has the correct format simply put it into a multi-line field, eg
Put CallSigns into field 1
There is also a PUT INTO command but it assumes the target variable already has sufficient lines
Put 'Charlie' into line 3 of CallSigns
For further details see the PUT command in the built-in help or the Language Reference PDF.