csbx Posted April 7, 2024 Share Posted April 7, 2024 (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, 2024 by csbx Link to comment Share on other sites More sharing options...
xkkmEl Posted April 7, 2024 Share Posted April 7, 2024 Form.getName() MapMarker.getcurrentlocation().getName() Link to comment Share on other sites More sharing options...
csbx Posted April 7, 2024 Author Share Posted April 7, 2024 Awesome. Thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts