GP4 tool (Using textField input as Int or Double variable)
in
Contributed Library Questions
•
1 years ago
I recently donwloaded the GP4 tool created by Quark.
I would like to use a textField box for a user to input a latitude and longitude.
I would then use these variable for calculation so they must be in the form of a integer or double.
My first guess was to simple put:
double lat = textField1;
but I get the error message "Cannot convert from GTextField to Double"
Any suggestions as to what I might be doing wrong?
1