- Joined
- May 20, 2021
- Messages
- 226
- Reaction score
- 34
i have a few suggestions for % text codes:
%length(string/list/number) - gets the length of whatever you input in. if you input a string, it'll output how many characters are in the string. list, it will output how many entries there are in the list, number, it will output how many digits there are in the number.
%join(string,string,string,etc) - joins together the strings you input. pretty simple.
i will add more that i think of thru replies
%length(string/list/number) - gets the length of whatever you input in. if you input a string, it'll output how many characters are in the string. list, it will output how many entries there are in the list, number, it will output how many digits there are in the number.
%join(string,string,string,etc) - joins together the strings you input. pretty simple.
i will add more that i think of thru replies