PRMGetString

Demonstrates how to set and retrieve a string value to an existing string parameter in the PRM.PRM file.

Remarks

This example illustrates how to set and get the value of a string parameter.

In EASI, there is no PRMSetString() or PRMGetString() calls. The value of a parameter is directly set (or cleared) at the EASI command prompt.

Code

 local string fileout

 FILI="my.pix"
 fileout = FILI
 print fileout

Output

my.pix

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.