The error pasted means that you're trying to compare an Int with a substring of an ASCIIString. Julia doesn't provide definitions for comparing integers with strings since it's an ambiguous operation.
On Sun, Dec 20, 2015 at 2:44 PM, Mauro <[email protected]> wrote: > You'll get better help if you include a minimal not-working example for > people to copy-paste. (Also, output from the REPL is better pasted as > text than as image). > > Also, your function call seems odd: no need to do a type assertion with > `::` in the function arguments. > > On Sun, 2015-12-20 at 20:37, [email protected] wrote: > > error shown in image attached >
