DEV Community

Cover image for Are there module-global variables in Uniface using $variable$?
zuUwn21
zuUwn21

Posted on • Edited on

Are there module-global variables in Uniface using $variable$?

Hey everyone, πŸ‘‹

I've recently been working with Uniface and someone told me that module-global variables exist in Uniface. These are supposedly recognizable by a dollar sign ($) before and after the variable name, such as:
$temp$
However, when I searched for the term "module global variable" in the Uniface documentation, I couldn’t find any results. πŸ€”

My questions:
πŸ”Ή Are these variables really module-global, or do they have another function?
πŸ”Ή Where can they be defined and accessed?
πŸ”Ή Is there an official list of these $variables$ in the documentation?

Would love to hear from anyone with Uniface experience! πŸš€

Thanks in advance! 😊

This article was created with the help of AI

Top comments (1)

Collapse
 
zuuwn21 profile image
zuUwn21

My colleague told me that if the module global variable is defined in a service A, it can only be used in service A and not in service B or service C