Versions Compared

Key

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

...

Characters 250-255 are used as system delimiters. In some languages, characters in this range are meaningful; in other words, these characters are used to construct words. Since the characters are used in OpenInsight as system delimiters, entering data using these characters will cause character "collision" and possible problems. Using the CHARMAP property, you can assign other characters to this range.

Example

 
Code Block
* map the U-umlaut to the accentless-U
declare function   Get_Property
declare subroutine Set_Property
 
Map = Get_Property("SYSTEM", "CHARMAP")
Map [255,1] = "U"
Set_Property("SYSTEM", "CHARMAP", Map)

 

...

See also

Convert statement