Request Ai pro imacros chỉ mính code chuyển đổi chữ thành số với! Help

Joined
Nov 23, 2013
Messages
247
Reactions
308
MR
0.548
Services
Call me! Call me! Follow me on Facebook Chat with me via Teams
Mình có dòng string: one two three four
giờ mình muốn đổi lại thành 1234 (bỏ dấu cách) thì làm sao nhỉ??
dim array() as string
array = split("one two three four"," ")
For i =1 to array.lengh
if(array(i) = "one") then
result = result + "1"
else if(array(i) = "two") then
result = result + "2"
.......................................
.......................................
Next
 

Announcements

Today's birthdays

Forum statistics

Threads
435,377
Messages
7,338,434
Members
186,911
Latest member
Sherazi1214
Back
Top Bottom