SOLVED: "~q" "~n" "~~" special string chars

About Monkey 2 Forums Monkey 2 Programming Help SOLVED: "~q" "~n" "~~" special string chars

This topic contains 0 replies, has 1 voice, and was last updated by  abakobo 2 years, 2 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7019

    abakobo
    Participant

    Where can I find an exhaustive list of these special characters if existing? Is it a special Monkey2 thing or is it based on a certain standard?

    I found the following(tested some characters but not all..:

    “~n” ==> newline
    “~q” ==> ”
    “~r” ==> newline too (return?)
    “~t” ==> Tab
    “~~” ==> ~

    EDIT: nevermind it is in the uptodated docs… (was looking online..)

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.