Ahmedstx

can not associate (Tag) with SuperGenie

1 post in this topic

Hi everyone ..

I faced a problem that is can not associate (sTagName) with SuperGenie , I'm tried to use AssGetProperty , AssInfo Functions as below shown : 

This is Associating function's cicode with SuperGenie

Code:
Function Assoc(STRING sTagName)
Asss(-2,6,sTagName,0)
END

And this my function that need to associate sTagName with it , it's called by pressing Button at SuperGenie's page :
 

Code:
Function My_Func(INT iArg)
STRING sTagName = " " ;
sTagName = AssGetProperty(iArg, "TagName");
END
Edited by Ahmedstx

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now