User Tools

Site Tools


syntax:functions:char

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:char [2021/08/01 18:14] craigtsyntax:functions:char [2021/08/14 21:55] (current) – [Examples] craigt
Line 20: Line 20:
 =====Examples===== =====Examples=====
  
-  char(65) 'A' +  char(65) //Returns 'A' 
-  char(97) 'a' + 
-  char(32) the space character +  char(97) //Returns 'a' 
-  char(34) = "  //Double quote + 
-  char(39) = '  //Single quote +  char(32) //Returns the space character 
-  char(50) '2'  //2 is returned as a text string, not a number value+ 
 +  char(34) //Returns "  (Double quote
 + 
 +  char(39) //Returns '  (Single quote
 + 
 +  char(50) //Returns '2'  (2 is returned as a text string, not a number value)
  
 \\  \\ 
syntax/functions/char.txt · Last modified: 2021/08/14 21:55 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki