Displaying 1 result from an estimated 1 matches for "without_host".
2007 Mar 29
2
Need help to strip variable
Hi all,
I have a need to strip some characters from a variable to get the right data
but have only found how to strip all but the last or middle stuff, need to
keep the beginning.
EG:
With $(SIPURI) I want to keep just the sip number and delete the remainder
'@server.com'.
Ideally I'd like to use 'SayDigits($(sipuri[-@server.com])'
All replies greatfully accepted.
Phil