Function parseLong( str )

Description:
Attempts to interpret a string as a long (64-bit signed integer) value. If the input string can't be interpreted in this way, a blank value will result.
Parameters:
str (String)
string containing numeric representation
Return Value (long integer):
byte value of str
Signature:
long parseLong(String)