Jander Posted November 23, 2007 Author Report Share Posted November 23, 2007 hello, I have an array of long integers (nxm variable) and I would like to create a new one, adding one string(time with seconds) to the array, that generates another array (nx(m+1)). All the fields of the last colums must be the added array (time with seconds). Thanks. Quote Link to comment
Jander Posted November 23, 2007 Report Share Posted November 23, 2007 hello, I have an array of long integers (nxm variable) and I would like to create a new one, adding one string(time with seconds) to the array, that generates another array (nx(m+1)). All the fields of the last colums must be the added array (time with seconds). Thanks. Quote Link to comment
Norm Kirchner Posted November 24, 2007 Report Share Posted November 24, 2007 QUOTE(Jander @ Nov 22 2007, 01:47 PM) hello,I have an array of long integers (nxm variable) and I would like to create a new one, adding one string(time with seconds) to the array, that generates another array (nx(m+1)). All the fields of the last colums must be the added array (time with seconds). What you're asking for is not very clear, but I'll do my best to answer, but please respond w/ clarification. If you have 1 array and want to make another array of a different type, but with the same number of columns and 1 extra row you simply have to create it. But the contents of the arrays are in question. But I have a feeling that you're looking for something like this http://lavag.org/old_files/monthly_11_2007/post-208-1195786003.jpg' target="_blank"> Quote Link to comment
Norm Kirchner Posted November 24, 2007 Report Share Posted November 24, 2007 QUOTE(Jander @ Nov 22 2007, 01:47 PM) hello,I have an array of long integers (nxm variable) and I would like to create a new one, adding one string(time with seconds) to the array, that generates another array (nx(m+1)). All the fields of the last colums must be the added array (time with seconds). What you're asking for is not very clear, but I'll do my best to answer, but please respond w/ clarification. If you have 1 array and want to make another array of a different type, but with the same number of columns and 1 extra row you simply have to create it. But the contents of the arrays are in question. But I have a feeling that you're looking for something like this http://lavag.org/old_files/monthly_11_2007/post-208-1195786003.jpg' target="_blank"> Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.