Ok I have a small problem that I could work my way around, but I wanna do this a certain way and I can't figure out a way to pull this off.
Alright, I have a one word string, say it contains the word "Fishstick" I have a button (actually a turf, but we'll call it a button) that when you click on it, I want it to take the last letter off of the string, and the last letter only (Fishstick -> Fishstic). I've tried 2 things: just using string[length(string)] = null, like you could in a list, or doing string.len --. The first one compiles fine but gives me a little "you can't do this to something that ain't a list" error, the other says len isn't a var of string, since string really isn't a list...its just a var. Any suggestions? =P
Copyright © 2024 BYOND Software.
All rights reserved.
(Look it up.)