20 Mar
2001
20 Mar
'01
10:01 a.m.
I have tried http://localhost:8080, of course. The message I got was "Can not connect to host localhost". I have also run ps aux | grep zope to determine whether zope is running. It is. Any idea of what I can do to log in?
20 Mar
20 Mar
10:37 a.m.
New subject: [Zope] Seperate Parts of a String
Hi, does anybody know how to seperate parts of a string? For example: I have got documents with the Ids: N_1, N_2, ... Is there any function that returns only the numbers behind N_, so i can calculate with them? Thank you, Marc
10:53 a.m.
New subject: [Zope] Seperate Parts of a String
Marc Fischer wrote:
Hi,
does anybody know how to seperate parts of a string?
For example: I have got documents with the Ids: N_1, N_2, ...
Is there any function that returns only the numbers behind N_, so i can calculate with them?
_.int(_.string.split(id,'_')[1]) :-) Chris
9149
Age (days ago)
9149
Last active (days ago)
2 comments
3 participants
participants (3)
-
Chris Withers -
egbertei -
Marc Fischer