Hoppa till huvudinnehållet

Getting an area string from AreasAndLengths task

Kommentarer

1 kommentar

  • Permanently deleted user

    You should be able to assign the results directly to a variable of type 'double', instead of adding them to the datatable, ie:

    double area = ZipCodesAreasAndLengths.Areas(index);

    This can then be used directly in a if-then statement -- there's no real need here to convert to an int first.

    0

Du måste logga in om du vill lämna en kommentar.