What is the correct syntax for setting the status bar text in Global Mapper's Python scripting environment?

Question

Grade: Education Subject: Support
What is the correct syntax for setting the status bar text in Global Mapper's Python scripting environment?
Asked by:
107 Viewed 107 Answers

Answer (107)

Best Answer
(315)
The correct syntax is typically `GlobalMapper.StatusText = 'Your Status Text'`. Ensure you are using the correct object reference (`GlobalMapper`) and that the string literal is properly enclosed in single quotes. Case sensitivity can also be a factor; verify that the object name and string values match exactly.