Click here to Skip to main content
16,007,163 members

Comments by Malath Razooq (Top 5 by date)

Malath Razooq 11-Feb-12 10:44am View    
Well thanks a lot, I've been learning VB.NET by myself thats why I'm asking..

I've created my first project, and trying to enhance the written code..

Thanks for your time and help :).
Malath Razooq 11-Feb-12 10:42am View    
Deleted
Well thanks a lot, I've been learning VB.NET by myself thats why I'm asking..

I've created my first project, and trying to enhance the written code..

Thanks for your time and help :)
Malath Razooq 11-Feb-12 4:18am View    
Thanks for advice,
About Fep.. Actually I spent 2 hours until I've found that the inserted data is contains Fep not Feb :P

I can pull it out as the old code above, but I'm asking if there is built-in function to parse "yyyymmdd" to Date
Malath Razooq 24-Jan-12 14:56pm View    
Deleted
any programmer can solve it?
Malath Razooq 22-Jan-12 16:20pm View    
well, thanks for your answer..

but I'm already have the code to store the values in 2D array, mine already have the exact previous example and I want to store the result as in the example in another array..
my question is how to get the "a1" concatenated with "b1" concatenated with "c1" concatenated with "d4" ..
then "a1" .. "d2"
..
then "a2" .. "d4"
if they are stored in 2D array in the above sequence

lets say
<pre lang="vb">sqls(0) = a1b1c1d1
sqls(1) = a1b1c1d2
sqls(2) = a1b1c1d3
sqls(3) = a1b1c1d4
sqls(3) = a1b1c1d4
..
sqls(i) = a2b1c2d4
</pre>
etc..

I think this drawing will clarify my question..
http://193.188.94.11/arrayhelp.jpg

thanks again..