This website requires JavaScript.
Explore
Help
Sign In
c_meyer
/
pxt-calliope
Watch
1
Star
0
Fork
0
You've already forked pxt-calliope
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a045ba378e
pxt-calliope
/
docs
/
reference
/
text
/
convert-to-text.md
7 lines
94 B
Markdown
Raw
Normal View
History
Unescape
Escape
default to num instead of variable for toString (#1977) * default to num instead of variable for toString * to text instead of toString * converToText
2019-04-08 19:34:09 +02:00
# convert to text
add initial toString block (#1958)
2019-04-04 22:41:51 +02:00
Converts a value into a text representation.
```sig
default to num instead of variable for toString (#1977) * default to num instead of variable for toString * to text instead of toString * converToText
2019-04-08 19:34:09 +02:00
convertToText(123)
add initial toString block (#1958)
2019-04-04 22:41:51 +02:00
```
Reference in New Issue
Copy Permalink