str numlist=
;23144646
;23145713
;23140581
;23144850
;23145630
;23144847
;23142419
;23145838
;23145856
;23145854
;23144845
;23145624
;23145842
;23145622
;23144842
;23144838
;23145814
;23144837
;23145609
;23144836
ARRAY(str) results numlists
numlists=numlist
str cell_org
int i nRows
ExcelSheet es.Init(""); nRows=es.NumRows
for i 2 nRows+1
,es.GetCell(_s 1 i)
,cell_org.formata("[]%s" _s)
for i 0 numlists.len
,if i<10
,,_s.getl(cell_org 1)
,,results[].format("%s %s" numlists[i] _s)
,else
,,_s.getl(cell_org 2)
,,results[].format("%s %s" numlists[i] _s)
out results;; results in ARRAY form
;;;if you want string uncomment the two lines below and comment out the line above
;str Reseult=results
;out Reseult.trim
How to add a string in this case
|
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to add a string in this case - by BK - 04-28-2019, 03:34 PM
RE: How to add a string in this case - by Kevin - 04-29-2019, 12:02 AM
RE: How to add a string in this case - by BK - 04-29-2019, 12:33 PM
|
Users browsing this thread: 1 Guest(s)