comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » ENVI Vector File with IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: ENVI Vector File with IDL [message #48427 is a reply to message #48357] Fri, 14 April 2006 13:22 Go to previous messageGo to previous message
AEO is currently offline  AEO
Messages: 5
Registered: September 2003
Junior Member
Try putting "compile_opt idl2" at the top of your program :

PRO test
compile_opt idl2
proj = envi_proj_create(/geographic)
END

ENVI_PROJ_CREATE is not a recognized internal IDL function, so when you
go to compile it treats it as a variable that is being subscripted, so
the "/" character causes a syntax error.

- AEO
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Free source code diagramming programs
Next Topic: Uniting IDL and Matlab

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 16:52:02 PDT 2025

Total time taken to generate the page: 0.00405 seconds