Photoshop Scripting Reference
Photoshop Scripting Documentation
Core
Classes
$
AliasArray
Array
Boolean
Date
Error
File
FileArray
Folder
Function
Math
Namespace
Number
Object
QName
Reflection
ReflectionInfo
RegExp
Socket
String
UnitPoint
UnitRect
UnitValue
XML
XMLList
global
Module Index
Photoshop
Scriptui
Extension SDK Documentation (CEP)
Photoshop Scripting Reseources
Photoshop Scripting Reference
Docs
»
Photoshop Scripting Documentation
»
Core
»
String
»
String.charCodeAt
View page source
String.charCodeAt
¶
Number
charCodeAt
(
Number
index
)
Parameters
¶
index
An integer between 0 and string.length -1, specifying the character.
Description
¶
Returns the Unicode value of the character at the given index.