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

none of our functions have a way to encode booleans #29

Open
toddgeist opened this issue Feb 23, 2015 · 2 comments
Open

none of our functions have a way to encode booleans #29

toddgeist opened this issue Feb 23, 2015 · 2 comments

Comments

@toddgeist
Copy link
Contributor

and BE doesn't seem to do this either.

@dansmith65
Copy link
Contributor

From my work on the JSON module, it seemed to me that this was just a limitation of FileMaker.

The only way I would know to do it would be to have a function specifically for setting a boolean value, otherwise there is no way the function can know if a 1 should be Boolean True or 0 a Boolean False.

@toddgeist
Copy link
Contributor Author

or you could say that some special string signified true and another for false.

Something like "!TRUE!" perhaps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants