R
Rita
Hi,
I was wondering if the default ConfigParser can handle multi line strings
(especially in the relate section)
For example, if i have system.ini
[Global]
memory = 1024
[Process A]
command = sleep
arguments = 100
[Process B]
command = nslookup
arguments = hostA
output = data
[Process C]
command = checksum
arguments = data
[Relate]
data="parent process A child process B
Parent process B child process C
"
--- Get your facts first, then you can distort them as you please.--
I was wondering if the default ConfigParser can handle multi line strings
(especially in the relate section)
For example, if i have system.ini
[Global]
memory = 1024
[Process A]
command = sleep
arguments = 100
[Process B]
command = nslookup
arguments = hostA
output = data
[Process C]
command = checksum
arguments = data
[Relate]
data="parent process A child process B
Parent process B child process C
"
--- Get your facts first, then you can distort them as you please.--