Jump to content
Developer Wiki and Function Reference Links ×

VSave. Can it be longer than 64 characters?


Assembly

Recommended Posts

Hi,

I was wondering if there is anyway I can extend the size of the View name?

I'm trying to create about a 1000 views referenced to 1000 layers, where each layer has drawings, which depend on certain parameters which have 2 digits. so altogether I could have 32 parameters and I've got about 40 which the View name depends on.

Example:

BEGIN

FOR i1:=1 to 2 DO

FOR i2:=1 to 2 DO

.....

FOR i40:=1 to 2 DO

BEGIN

createGeometry(i1, i2....i40);

VSave(concat(i1, i2....i40));

END;

END;

I hope that makes sense.

Edited by Assembly
Link to comment
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...