Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
help me! cuts the first character of the string. I get number phone on bass 0338050802. and I want to cut the 0.
If string [[0338050802]] .split ("1")
the result will be =338582. and I want it to be 338050802.
Please help me
@taduy1, this requires using slice(), not split().
Execute code:
[[NEW_STR]] = [[STR]].slice(1)
[[STR]] - Variable with a string to be shorten [[NEW_STR]] - Variable with string after shortening
[[STR]]
[[NEW_STR]]
[[TEST-STRING]] == [[TEST-STRING]].substring(0)
@halilhrm0618 said in Parse csv string I'm looking for a different code:
jsimp13:osman8:ericaxx2@freesourcecodxxes.com :sS|1{sWj*4
не могу повторить проблему
Прикрепи проект с проблемой
@musterman Use utf-8
As this is way too complicated with BAS and no one has an idea how to solve it I simply built my needed bot with Zennoposter and finished it in no time.
Nicky, Thanks for the help =) Everything working now.
Bless.