Question
How do you read a string larger than 255 characters to as a scripting parameter?
Is there any way to do this?
PIGetString uses a Str255, which has a 255 character limit. I have tried PIGetAlias and PIGetText from within the plug-in, but both failed. I primarily used putString from the script side for testing, but I messed around with trying to cast the string as a file also.
