iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Python Scripting Examples > String Manipulation > Prepending a String Before a Value |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Prepending a string before a value can be easily achieved using a Python script:
This type of script is useful for prepending required characters before a field value. For example, the above code correctly handles circumstances in which the Patient ID field must be prefixed with "ID".
|