Sep 30, 2018 #1 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL Hi in the following block blockstyler multiline string block. I gets internal error when using blockid.setvalue(string array) I checked my array by writing to the information window and its ok please any help. I`m very thank you.
Hi in the following block blockstyler multiline string block. I gets internal error when using blockid.setvalue(string array) I checked my array by writing to the information window and its ok please any help. I`m very thank you.
Oct 2, 2018 Thread starter #2 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL To built the array I used myarray = list.toarray to convert list of string to array of string. Upvote 0 Downvote
Oct 3, 2018 Thread starter #3 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL I`m upset about this error. When I using this dim myarray = {"a","b","c","d"} its work . but if I use this this. cnt = 0 redim preserve myarray(cnt) myarray = "a" and so on its not work. Any hint ? Upvote 0 Downvote
I`m upset about this error. When I using this dim myarray = {"a","b","c","d"} its work . but if I use this this. cnt = 0 redim preserve myarray(cnt) myarray = "a" and so on its not work. Any hint ?
Oct 4, 2018 Thread starter #4 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL The reference document help for NX11 say for multilinestring block setvalue method that it accept string() array. But as I show in the above my posts I tried all possibly array type definitions and nothing work. I tried also array(10000) and fill 10000 strings and not work. Can someone give me a hint how to define this array. Thank you. Upvote 0 Downvote
The reference document help for NX11 say for multilinestring block setvalue method that it accept string() array. But as I show in the above my posts I tried all possibly array type definitions and nothing work. I tried also array(10000) and fill 10000 strings and not work. Can someone give me a hint how to define this array. Thank you.
Oct 5, 2018 Thread starter #5 Ehaviv Computer Joined Jul 2, 2003 Messages 1,012 Location IL Note that in all these array definitions that throw internal error. writing the array to the information window for each of theme is successful. Upvote 0 Downvote
Note that in all these array definitions that throw internal error. writing the array to the information window for each of theme is successful.