Gal Posted January 24, 2016 Share Posted January 24, 2016 can anyone help me with a script for reversing a text in vectorscript? Quote Link to comment
DomC Posted January 24, 2016 Share Posted January 24, 2016 Hi Is there a reason, you want explicit make this in pascal-vectorscript or may it be in python-vectorscript? #Example: string='This text can be easy reversed by severel python functions' rev_string=string[::-1] vs.AlrtDialog(rev_string) #or even shorter rev_string='This text can be easy reversed by severel python functions'[::-1] Quote Link to comment
Dieter @ DWorks Posted January 25, 2016 Share Posted January 25, 2016 Python is much better than VS, and can do a lot of things in one-liners, I love it for that! such simplicity. Quote Link to comment
DomC Posted January 25, 2016 Share Posted January 25, 2016 You are so right, Dieter. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.