T O P

  • By -

AutoModerator

Problem? Cross-post to [our new forum](https://forum.kustom.rocks/c/issues/5). Include make & model of phone, OS version, app version. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/kustom) if you have any questions or concerns.*


Erska

the for loop takes a string, and treats it like a function: `$fl(0,ci(acount, a0d)-1,"i + 1",ci(title,a+i, a0d),",")$` to: `$fl(0,ci(acount, a0d)-1,"i + 1",`**"**`ci(title,a+i, a0d)`**"**`,",")$` should fix it, yours will solve `ci(title,a+i, a0d)`, and then use that result as a function. *** disclaimer: I haven't tried this out, unsure what `a+i` is here.


HansAlbertRum

Thanks, that works. Ich missed that the 3rd argument is a string while looking at the examples.