Help - Remove characters from text (variable)

Hello, i am trying to make a’’ message sent 3 hours ago’’ type of thing but i want to remove the ''0 ‘‘and the ‘’.’’ from (ex: 0.13 = 13 + minutes) so here some pictures i don’t know what to do.


Thanks alot.

Are the “hour” values 0 to 23? And are the minute values 0 to 59? That matters because “0.05” (5 minutes) is different from “0.5” (5 minutes).

It seems like you’re asking how to convert “0.13” to “13 minutes”. You can use a combination of the Find First Occurrence text block and the Get Substring text block to achieve that.