/split

Usage:

/split args


Sets %{P1} to the substring of args before the first '=', and sets %{P2} to the substring of args after the first '='. If there is no '=' in args, %{P1} will contain the entire string and %{P2} will be empty. %{P0} will contain the entire string.

Spaces surrounding the '=' are stripped.

See: getopts()


Back to index
Back to tf home page
Copyright © 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys