Aller au contenu principal

Getting an area string from AreasAndLengths task

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.