cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
rav668
Participant

Zone relations request

Hi,
I was trying to use request for zone relations for my door stamp, however variable that I need does not work. I paste here two relevant lines. [AC22] Thank you in advance!

qqq = request ("Zone_relations", "", asd1, asd2, asd3, asd4)
text2 0,0,asd4
1 Solution

Accepted Solutions
add

 asd1="": asd2="": asd3="": asd4=""

before request

Piotr

Go to post

6 Replies 6
rav668
Participant
It works but warning pops up and says "Uninitialized variable"
rav668
Participant
Adding this variable to parameters solves problem with warning but what is the point if you don't have to do it with other requests...
add

 asd1="": asd2="": asd3="": asd4=""

before request

Piotr
rav668
Participant
Thank you Piotr for your reply. I think these variables are already text. Am I thinking right? Is this formula: asd1="": asd2="": asd3="": asd4="" making variables string to text?
Best regards,
Rafał
You have to declare the variables before they are used (either as parameters or by script as I showed)

Piotr
rav668
Participant
Thank you for sharing.
Best regards,
Rafał

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!