Editor Formatter

Hi there,

I am stucked in the options of the formatter finding the option where in a call to a PL/SQL-package procedure, the procedure parameter won't be wrapped like this:
wms_output.PRINT(

    'Test message' );

Instead I would like following formatting:
wms_output.PRINT( 'Test message' );

Regards,
Dime

See snap below, and play with the Formatter options within the Toad Options base. I would suggest either "wrapped" or one of the Tabular modes. You'll probably need to adjust the column threshold to suit your needs: the higher that number, the more parameters you'll be able to fit on one line within the call to your function/proc/package.

Thanks Gary, "Wrapped" did the work.