You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
So we have
If we can have a similar one for set that would be ideal and save us much pain. The following blocks can be replaced by one "in text set lette#" block.
The text was updated successfully, but these errors were encountered:
Wow wow wow. It took me while to wrap my C infested brain around it. Yes I got it https://x.thunkable.com/copy/f0dcc5b8fa261f08c662fe60945a7266
This is fantastic I just realized Thunkable can make a C type function call with parameters
void main() { // When scan1 button is clicked
string str
str = setletter#(6, Blueberries, e);
Label56 = str;
}
string
setletter#(fletter, ftext, frep[lacementletter) {
In Blueberries, get substring starting from first letter to index 6; // This will get "Bluebe"
Join it with "e"; // Now we have "Bluebee"
Then join it with the rest. That is in Blueberries get substring from letter index (6 + 1) = 7 to last letter index; // "rries"
}
Tatiang just brilliant. I just learnt a new trick I had never imagined Thunkable to could do a C type function call with Parameters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So we have
![image](https://user-images.githubusercontent.com/104843238/219221733-507edd8c-7f51-4563-bb96-c31ff238aa00.png)
![image](https://user-images.githubusercontent.com/104843238/219221902-6076ec86-63eb-4330-a07b-7c43c58ba16b.png)
If we can have a similar one for set that would be ideal and save us much pain. The following blocks can be replaced by one "in text set lette#" block.
The text was updated successfully, but these errors were encountered: