1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-12 00:02:25 -04:00

8 lines
252 B
Plaintext
Raw Normal View History

2016-07-19 12:12:26 +10:00
{
"name": "char",
"type": "function",
"description": "Returns the character associated with a unicode code.",
"arguments": [ {"arg":"code","description":"a unicode code number"}],
"examples": [ { "expression":"char(81)", "returns":"'Q'"} ]
}