Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does case matter in IDL?

Case IDL
0
Posted

Does case matter in IDL?

0

No. Compiled routines are case insensitive. The only catch is that, on Unix systems, when executing a script via the .RUN command, the file name argument must exactly match the file name as it appears on the disk. Once the routines in the script are compiled, their names can be written in any case. This is not a problem in operating systems such as VMS that do not distinguish case for file names. This is usually not a problem under Unix either since, by convention, most people use lower case file names. Sometimes. Case matters when you are doing string comparisons. Comparing “IDL” to “idl” will return a false.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.