|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| TODO: Delete this?
| | #REDIRECT [[Type:String]] |
| | |
| {| class="wikitable"
| |
| |-
| |
| | Color
| |
| | Type
| |
| |-
| |
| | style="background-color:{{string-color}}" |
| |
| | String
| |
| |}
| |
| String is a type which holds a text in UTF-16.
| |
| | |
| Note: If you are willing to handle "special characters" which requires [https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates "surrogate pairs"] to express it in UTF-16, you may want to use a [[String To UTF32 (ProtoFlux Node)]].
| |
| | |
| [[Category:Types]]
| |