Single Quote (') and Double Quote (") Used to define string literals. Single quotes are used for simple strings, and double quotes allow for variable interpolation and escape sequences. Backslash () ...
Help me!<BR><BR>I have a collection of data (conf file from a firewall).. I need to parse out a certain parts drop them into an array, and then put the rest of the string in it's own ...