TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Graeme Pariot
NA
157
32k
For loop not working
Apr 14 2014 11:57 AM
//
from com VBA call b
elow this loop worked fine with array
for
(
int
i
=
0
;
i
<
my
Length
;
i
++)
{
string
[]
ar
=
Array
.
ConvertAll
((
object
[])
o1
[
i
],
x
=>
(
string
)
x
);
List
<string>
st
=
new
List
<string>
(
ar
);
foreach
(
var
x
in
st
)
str
+=
"*"
+
x
+
"*"
;
}
//
from com VBA call b
elow this loop not worked fine with array
for
(
int
i
=
0
;
i
<
my
Length
;
i
++)
{
string
[]
stt
=
(
string
[])
s4
[
i
];
for
(
int
p
=
0
;
p
<
stt
.
Length
;
p
++)
{
val
+=
stt
[
p
];
}
}
Reply
Answers (
4
)
linker error
I have created the export to Excel utility. It is workini on