How could we pass new lines throuht a script to proteus

i would like to create an address with a new line in street.
i guess that in,proteus i would do something like
street=‘line1
line2
line3’

but i have a python script with argparss
and i have myscript.py --street ‘here the multiline’ --other_param

and in my script à have
street=args.street

of course “\n” do not work
of course real new line do not either…
i did not succed with someting like ||E\n||

Which operating system and command shell are you using?

linux and bash/dash through php exec()

i am trying to insert a multi-line street in a party_address

it fell working when it goes directly from html to script php, but not from command line

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.