Hi,
(length$ (explode$ "679196dc49add8e88a07bd9fd34ec2f7 /a/b"))
3
Jess> (length$ (explode$ "679196dc49add8e88a07bd9fd34ec2f7 .a/b"))
2
Jess> (explode$ "679196dc49add8e88a07bd9fd34ec2f7 .a/b")
(679196dc49add8e88a07bd9fd34ec2f7 .a/b)
Jess> (explode$ "679196dc49add8e88a07bd9fd34ec2f7 /a/b")
(679196dc49add8e88a07bd9fd34ec2f7 " b)
Jess>
I do not understand why this explode$ differently in those two cases.
Kind Regards,
Joe
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [email protected]'
in the BODY of a message to [email protected], NOT to the list
(use your own address!) List problems? Notify [email protected].
--------------------------------------------------------------------