Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ValExp is a value expression containing an integer number.
  • Definition of TEXTITEM in the data slot of the expression the function is used in:
    TEXTITEMxTEXTITEMx=
    "
    "

    With for x a number which connect it to ValExp

...

For Num=3 H$ will be assigned

"Main particulars of the ship: 
LPP: 110 m 
B: 15 m 
T: 5 m 
"


If you need to use quotes (") as content in the TEXTITEM, you shoud use another charater, i.e. one not used in the TEXTITEM itself, e.g. |.

So if you want to put a Telitab set in a TEXTITEM, you can do it as follows:

TEXTITEM1 = 


2 "XC" "YC" 
"1" 1 1 
"2" 2 4 
"3" 3 9 
"4" 4 16 
"5" 5 25 
"6" 6 36 
"7" 7 49 
"8" 8 64 
"9" 9 81 
"10" 10 100|

Quaestor uses the first character behind "=" as text marker.


 

Quick links: Function Functions overview | Attribute overview | Constants overview | Dimensions overview