ph_parseline PowerHome formula function
Description
Parses values from a line of string data.
Syntax
ph_parseline ( line, sep, instance )
Argument Description
line String. The string of line data to parse.
sep String. A string representing the separater character(s). For tab separated values use "~t"
instance Integer. The instance of the data you wish to retrieve. The first value is 1.
Return value
String. The parsed piece of data.