ph_rtne PowerHome formula function
Description
Takes any value and returns an empty string.
Syntax
ph_rtne ( any )
Argument Description
any  Any value (numeric, string, datetime, date, time, etc).
Return value
String. This function will always return an empty string. It is very handy within formulas within Send Keys commands and PSP pages when you are running a sequence of functions that return a value. You can place all the functions added together within a ph_rtne function so that no extra keys or HTML is generated in the output.