Detailed Usage Instructions for Functions in
"clc_diff.js"
List of Functions
Detailed Usage Instructions
stringArray CLC_GetDiffsByLine(prev_string, current_string, mode)
Input parameters:
- prev_string - String. The original string as it was.
- current_string - String. The string as it is now.
- mode - Integer. Use 0 to check for additions and 1 to check for deletions.
Return parameter:
- stringArray - An array of strings for the diffs found between the prev_string and current_string. Each item in the array is a line that is different.
Error messages:
Additional notes: