Does '%s' in Kodular work?

I am trying to save a file. Each individual file should have it’s own number at the end. In some programming languages %s does that. How can I implement that in Kodular? Is there any different value to do that? please help

How do you want can you an example?

You Can Use Joints Block From Text and use it

And then use random integer block from maths

And use it

1 Like

I want like this:

Example: Pscan_temp_pic_1, Pscan_temp_pic_2, Pscan_temp_pic_3…etc

Create a global variable for example ID, set it to 0, each time you wish to save a file use join blocks

image

You could also use tinyDB to store global ID

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.