Hi,

I wants to change an element in a MField by string.
There is getValueByStr (std::string &str, UInt32 index), instead
I need of something as pushValueByStr (std::string &str, UInt32 index).

Really I have:

UInt32 pos = 4;
std::string str = ".......";
MFFieldContainerPtr mfptr = (MFFieldContainerPtr *) field;

How can I change the value of 4° element of mfptr with str value???
The simplest solution is ...

Thanks in advance,
Antonio. 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to