Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tok unicode delim
#1
Hi,

the tok function,  It seems does not support unicode delimiters(e.g: ┃). Is there any other solution?



Macro M1
Code:
Copy      Help
out
_s=
;aaa|bbb|ccc

ARRAY(str) a
tok _s a -1 "|"
out a ;;OK

Macro M2
Code:
Copy      Help
out
_s=
;aaa┃bbb┃ccc

ARRAY(str) a2
tok _s a2 -1 "┃"
out a2 ;;NO


Messages In This Thread
tok unicode delim - by Davider - 03-08-2023, 06:09 AM
RE: tok unicode delim - by Davider - 03-08-2023, 12:50 PM
RE: tok unicode delim - by Davider - 03-08-2023, 02:16 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)