[IMPLEMENTED] String manipulation ....... please

Please add at least some basic string manipulation on the robot side.

Thanks

3 Likes

Which specific operations do you mean by “basic manipulation”?

Concatenation of strings and numbers --> string.

It would also be nice to be able to use a variable in a popup.

Concatenate several items to a string and then display that string in a popup.

I know the concatenation can be done using XMLRPC but it would be nice to do it right in the Polyscope program.

Thanks,
Mark

1 Like

Do you mean Concatenation in Popup Messages generated in a URCap like

popup('value: '+str(var1))

? This would in fact be very helpful :slight_smile:

I agree!
I use to do popups where the message body is “You have run the program for the following number of times.”
And the title of the popup window will show the variable value.

That was not very appropriate I would say.

This feature is now possible since the release of PolyScope 3.8 / 5.2 and SDK 1.5.0.

2 Likes