Gloabal variables in ZOHO CRM/Creator ?

Gloabal variables in ZOHO CRM/Creator ?

Hi,

I'm making a form which needs to use a global variable.

I search on the web how to declare a global variable and I found the following link : https://kbase.creator.zoho.com/application/define-global-variables


But I didn't find how to declare them...

I have a form with a textbox where I can change the value and if I press on submit it needs to be saved in a global variabele.

At this moment I made this both in ZOHO CRM and in ZOHO Creator.

My form:



My code:

amntlaptop = input.Number_of_Laptops.toLong();

But "amntlaptop" needs toe be global...

Where do I need to put the code for declare the global variable?

Thanks!