csbx Posted April 7, 2024 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
Qvorvm Posted April 7, 2024 Posted April 7, 2024 Form.getName() MapMarker.getcurrentlocation().getName()
Recommended Posts