Raised This Month: $ Target: $400
 0% 

Forward string


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
hackziner
Senior Member
Join Date: Sep 2006
Location: France
Old 11-13-2007 , 08:52   Forward string
Reply With Quote #1

Hi,

Is there a way to pass a pointer to string in a multiforward ?
I call a multiforward with strings in parameter from plugin1, plugin2 has the function and modify theses strings ... and i would like to get modifyed string in plugin1.

It doesn't work with string, I've always the same string in plugin1 ...


Quote:
plugin1:

g_MultiForward = CreateMultiForward("forward_fnc", ET_IGNORE, FP_STRING, FP_STRING, FP_STRING, FP_CELL);
...
ExecuteForward(g_MultiForward, g_MultiForwardResult, stringa, stringc,stringb, exist_flag);
...
Quote:
plugin2:

public forward_fnc(stringa, stringc, stringb,exist_flag)
{...
format(stringa,123,"something ...")
...
}

thks
__________________
hackziner is offline
Send a message via ICQ to hackziner Send a message via AIM to hackziner Send a message via MSN to hackziner Send a message via Yahoo to hackziner Send a message via Skype™ to hackziner
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode