Using functions across multiple screens

Hi there, does anyone know a way, or if it is possible to use a function across multiple screens? to keep number of blocks and app size as low as possible. Thanks:grin:

1 Like

Would you tell us what function you need to apply on multiple screen, please? So we can help.

main function takes a piece of text which is input by user on text input and abbreviates it to an acronym.
thanks for your help

Hi,

Global function example see on scrTitle and scrGlobalFunctions in ACtech demo project

Global functions cannot work with interface components located on other screens.

Best regards, Alex
ACtech demo project
Thunkable X Basic Programming Course
Block Reference
Component Reference
Bug tracker

1 Like

Thanks for your help. Guess I will have to think of another way around.:grinning:

Would it be possible using Functions with Variables or vice versa?