herve_02
(herve_02)
1
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||
udono
(udono)
2
herve_02
(herve_02)
3
linux and bash/dash through php exec()
herve_02
(herve_02)
4
i am trying to insert a multi-line street in a party_address
herve_02
(herve_02)
5
it fell working when it goes directly from html to script php, but not from command line
system
(system)
Closed
6
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.