Skip to main content

Getting an area string from AreasAndLengths task

Comments

1 comment

  • 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

Please sign in to leave a comment.