Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

blockstyler multiline string block internal error

Status
Not open for further replies.

Ehaviv

Computer
Jul 2, 2003
1,012
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.
 
Replies continue below

Recommended for you

To built the array I used
myarray = list.toarray

to convert list of string to
array of string.
 
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 ?
 
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.
 
Note that in all these array definitions
that throw internal error.

writing the array to the information window
for each of theme is successful.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor