PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: eldonfsr on June 02, 2026, 11:49:29 AM

Title: How can declare global variable
Post by: eldonfsr on June 02, 2026, 11:49:29 AM
Hello there is way to declare a global varibale for example if i select a company to that value for change of directory for tables, i look and read manuel i don't see something like that...

Thanks
Any help are welcome...
Title: Re: How can declare global variable
Post by: James Zukowski on June 02, 2026, 11:53:05 AM
Any variable that starts with "%" is a global variable. For example: %Company$ or %Max_Size

Simply using the name "declares" it to be global.