Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

irc_vars #6

Open
Sorunome opened this issue Mar 23, 2015 · 2 comments
Open

irc_vars #6

Sorunome opened this issue Mar 23, 2015 · 2 comments
Labels

Comments

@Sorunome
Copy link
Contributor

For the type column this is what the value must translate to:

0 - string
1 - int
2 - float
3 - object
4 - bool
5 - (associative) array

so in JS 3 and 5 would be the same

@juju2143
Copy link
Owner

Thanks for the clarification. It's been fixed in 66a2c9d, however JavaScript isn't a typed language, you can't really cast the value so types 0, 1, 2 and 4 are the same and so are 3 and 5.

@juju2143
Copy link
Owner

Wait, you can do toString, parseInt, parseFloat and stuff. Reopening. Until I add it, that is.

@juju2143 juju2143 reopened this Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants