The provided code has a syntax error. You are missing a comma after the variable acc
in the table
constructor. Here is the corrected code:
main.m175 chars2 lines
Make sure to include the comma after acc
to separate it from the 'variablenames'
input.
gistlibby LogSnag