any can convert this into this or in ob2 bring this
-
2 9 3 7 into 2+9++3+7
-
Split the numbers to a list using regex parsing or something like that, then use UTILITY List Join and put + as separator. Finally use compute block.
-
@Ruri any tuto on that list
-
-
Or you know, you can always do this
SET VAR "ABC" "2 9 3 7" FUNCTION Replace " " "+" "<ABC>" -> VAR "DEF" FUNCTION Compute "<DEF>" -> VAR "GHI"