Squirrel

Class String

[Squirrel]
Class Hierarchy:
String

A string of characters. If Squirrel was compiled with Unicode support, this will be a "wide" character string with UTF-16 encoding, otherwise, it is a simple ASCII string.

Member Summary
Integertointeger()
        Documentation not available.
Floattofloat()
        Documentation not available.


Member Details

tointeger

[Squirrel]
tointeger() : Integer
Documentation not available.


tofloat

[Squirrel]
tofloat() : Float
Documentation not available.