Hi all,
Does any have any idea on how to split out part of a string in Connect.It?
I have a string like this:
/PHS/Information Systems/Network Services/
and I need to break the PHS out of that string so that I can put it into another field. In VBScript I could use the split(Institution, "/") which would split it out into an array. But I can't seem to find anything equilvent in Connect.It
I tried the LeftPart function ..
LeftPart(Dept, "/")
but this just returns an empty string since there is a preceding /
Any thoughts?
thanks, Aaron


Reply With Quote
Bookmarks