How would I lock the FPS with a slider?

(title)
Is there a way to convert a slider value to a string and add on to the string at the same time? (example: t.maxfps (slider value) ) (i have the slider go from 15 to 144)

nevermind, i found out how to do it (by using Append)

Yes, you can do that pretty easily with the “Append” node.

If you drag the slidervalue (float) into the Append node it will do a text conversion. Then the append node will allow you to add pre or post string data.

Hope that helps.