Jump to content

DTM/Surveyfileimport


Juan

Recommended Posts

I have some problems with the SurveyFileImport, never work and always show me a Script Error: Line #56: datafile name: Text; {error:Expected name of a variable type.} etc..When I check this script in Create Plug In option, I found the same script like the old macro in MiniCad7. How can I fix this problem?..Thank you

Link to comment
  • Vectorworks, Inc Employee

I think I have seen this before. Check the type definition, The Text type is obsolete, it has been replaced by String type. Just change the declaration and it should work.

[This message has been edited by klinzey (edited 02-14-2000).]

Link to comment

Thank you Klinzey, the problem was fixed with your useful recomendations: GO TO CREATEPLUG-IN, search SurveyFileImport, click Script

and change in Procedure:

Procedure

MyReadLn(dataFileName:STRING...)

and change in Variable:

VAR

DataFileName:STRING...)

The Text Type is obsolete

-------------------------

THANK YOU SO MUCH

J U A N

Link to comment

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...