š¢ This forum is no longer actively updated, but we've kept it online as a resource ā there's a lot of helpful history here! For new discussions, come join us on
discord!
It looks like the Split function and the Lower Case function descriptions might be swapped in the Functions menu.
Can you provide a little guidance on using the Split function? I tried $iterable->split(','), as well as $iterable->join('')->split(',')but neither seemed to do anything.
I have a set of arrays, each with three values in them. Iām looking to split each array into three separate values so I can reference each one in a separate text field.
On a semi-related note, I also was wondering about File>Function. Does that give us the ability to invoke a named function weāve created in a JS file, or not so much?
Any chance you could show me a quick example of incorporating a function from one of the external JS files into the UI function builder? I tried to play around with it to see if I could figure it out myself, but, unfortunately, I wasnāt able to get it to do anything through the UI.
I am interested to find out do you know perhaps what is āVariableā for in the request?
Youāve made all requests as variables, therefore each reload, your website takes like 4-5 seconds to load.
Just want to make sure you are using this feature properly, so the reason why your website is slow, is because of these requests, and not the Divhunt.
Yes, I do know (but I genuinely appreciate you pointing it out in case I didnāt). I am playing around with a few different data structures, so most of those will end up getting deleted within the next few days once Iāve solidified my plan (which is actually why I wanted to know about the Function function in the first place).
Totally understandable about waiting for the tutorial. You guys have been super patient and helpful, and I am excited for when the help docs come out!
We will implement some caching system soon, so having even 20 variables shouldnāt be an issue.
Variable system is mostly there so you could build a membership system for example.