Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Var

Hi All,

I need to create a variable 'xx_ab' in the reload script ,after reloading the script  the varaible ouput should be shown like  below

xx_ab= '()'


Thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable

Capture.PNGLike this LET  xx_ab= chr(39)&'()'&chr(39);

View solution in original post

7 Replies
Anonymous
Not applicable

Capture.PNGLike this LET  xx_ab= chr(39)&'()'&chr(39);

smilingjohn
Specialist
Specialist
Author

Thanks Shiva ,

I have kept it for reloading ...

can you please tell me what '()' means ? is it not null value ?

Anonymous
Not applicable

Now the variable is a string having '('and ')' characters. I wonder what exactly you are trying to do here.

smilingjohn
Specialist
Specialist
Author

actaully i have others variables to which when i take it in the iput box it shows like this '()' ....and later they use this variable in extensions to clear the field ......

Anonymous
Not applicable

Didn't get you bro. Can you please explain with a screenshot or a sample qvw?? Did you get the answer for the question u posted??

smilingjohn
Specialist
Specialist
Author

okay please find the screenshot ...if you see here the variable was already present which has '()' ,and down it is my variable which i create from script to get the similar result ..

Just wanted to confirm if this are the same things ?

Thanks variable.....to create.PNG

Anil_Babu_Samineni

Yes

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful