How do i extract a letter from a string #1763
RGBprotons
started this conversation in
General
Replies: 1 comment
-
This is not a TIC-80 specific question since it depends on which language you're using. But assuming you're using Lua, you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I frequently use Tic-80 as well as a site called scratch. In scratch there is a piece of code that reads "letter (index) of (string)" and it basically returns the character at (index) in (string). I'm look for the equivalent as in how do i plug in a string and a number and get the character used in that string at that place.
Beta Was this translation helpful? Give feedback.
All reactions