Fuze Arena Logo
  • Forum
  • Creations
    Catalogue Showcase
  • Help

chrVal()

Purpose

Returns the unicode character value of a given single character string.

Description

Takes a single text character and returns the official unicode standard value

Syntax

value = chrVal( string )

Arguments

value The returned unicode value

number The given text character

Example

// display each unicode value for the letters in FUZE
letters = [ "F", "U", "Z", "E" ]

for i = 0 to len( letters ) loop
    print( chrVal( letters[i] ), " " )
repeat

update()
sleep( 3 )

Associated Commands

logo

©2019 FUZE Technologies Ltd. FUZE is a registered trademark of FUZE Technologies Ltd. All rights reserved.

Useful links

  • Fuze Main Site
  • Fuze Arena on Twitter
  • Fuze Arena on Youtube
  • Download Buyer

Contact Information

  • FUZE Technologies Ltd
    15 Clearfields Farm
    Wotton Underwood
    Aylesbury, Buckinghamshire
    ​England, HP18 0RS

  • +44 (0) 1844 239 432

  • contact@fuze.co.uk

© Copyright FUZE Technologies Ltd. All rights reserved.