You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Means string expression and is either:

  • a string, for example:
    • "3"
    • "Test 3"
  • an expression that will result into a string, for example:
    • "Test " + "3"
    • "Test " + STR$(3)
    • "Test " + b$, with b$ = "3" or b$ = STR$(3)
  • a parameter that has a string as value, for example:
    • b$, with b$ = "3" or b$ = STR$(3)

See also QuaestorSyntax



  • No labels