Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Strange error of function usubinstr???

    Hi!
    I want to use the function usubinstr() to replace unicode substring "我爱" in Unicode string variable named str which contains a unicode string "我爱中国 我爱北京", however it returns error: too few variables specified.
    I don't konw why and can anyone please help me?
    Thanks!
    Click image for larger version

Name:	2021-11-01 下午8.20.47.png
Views:	1
Size:	1.05 MB
ID:	1634165

  • #2
    str1 is a data type. You may specify the data type with generate; cannot use datatypes as variable names.

    Comment


    • #3
      OH YES!!!
      I didn't notice that! Thank you very much!!!

      Comment

      Working...
      X