csbx Posted April 7 Share Posted April 7 (edited) I have tried using: CorrectLocationText = MapMarker.getcurrentlocation() As String Where MapMarker is an objectReference (ie. the actual mapmarker from the cell view). Ie. from Riverwood's MapMarker, I'm just trying to pull 'Riverwood' as a string. What I'm doing is returning 'None' (I guess because the location is a reference, not a string..). Is there a correct / better way to approach this ? Edited April 7 by csbx Link to comment Share on other sites More sharing options...
xkkmEl Posted April 7 Share Posted April 7 Form.getName() MapMarker.getcurrentlocation().getName() Link to comment Share on other sites More sharing options...
csbx Posted April 7 Author Share Posted April 7 Awesome. Thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts