15 pts.
 Possible bug with dynamic arrays in v8.5.3
Has anyone else experienced this issue?..... I need to append rows to a MS sql table. This works fine for a fixed size array, for example: Dim newfielddata(10) as String ****** set values, etc....... Set field = fields.Append("CYL_SN", LCTYPE_TEXT) field.Value = newfielddata but the array values are not passed (nor any error message) when i try: Dim newfielddata() As String Redim newfielddata(10) ****** set values, etc....... Set field = fields.Append("CYL_SN", LCTYPE_TEXT) field.Value = newfielddata After the last line above, the elements of field.Value remain empty. Is this a known bug? + anyone out there know of a workaround? Thanks!

Software/Hardware used:
Domino designer v8.5.3 on Win XP SP3
ASKED: November 13, 2012  3:16 PM
UPDATED: November 13, 2012  3:55 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,390 pts. , Trevor2357   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _