Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tok, unexpected result (tok array item has incorrect len)
#2
Your string contains some hidden characters. Probably copied from some app that adds them.

example
Macro Macro2818
Code:
Copy      Help
out
str s

;normal
s="a"
out s.len
outb s s.len

;replaced from your string; the hidden characters remains
s="‎a"
out s.len
outb s s.len

;result
;1
;61
;4
;E2 80 8E 61

google for E2 80 8E


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)