Jump to content

Plug In data type question


This topic is 6878 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi,

Could you please teach me how to convert plug in parameters to char *?

I want to use one of the Plugin parameters as a file name then open an external file.

The prototype of external file is:

OpnFl(char *filename);

aftter I get the parameter and call the function using

OpnFl(dataVect.AtAsText(0));

It doesn't work, how to solve this problem?

Thanks a lot!

Link to comment
Share on other sites

This topic is 6878 days old. Please don't post here. Open a new topic instead.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.