Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Splitting 'character code strings' into individual characters in QM
#1
I need to transform "[65]" string into "[ 65]" in QM.
But QM interprets "[65]" as character code for 'A', not as "[" + "6" + "5" + "]" sequence.
So, this simple code doesn't work:
 
Code:
Copy      Help
_s = "[65]"
_s.replacerx("\[" "[ ")

But how do I get "[ 65]" from "[65]" then?
Is there any way of spliting 'character code strings' into individual characters?

Thanks for the answer!


Messages In This Thread
Splitting 'character code strings' into individual characters in QM - by linkiddx - 04-05-2025, 03:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)