Shmoopy Posted March 22, 2013 Share Posted March 22, 2013 Hi I just want to know if this can be done ? : 0AB1: call_scm_funct @ShowTextBox params 1 text "This is a test" :ShowTextBox wait 400 03E5: showtextbox [email protected] Thanks in advance Link to comment Share on other sites More sharing options...
Silent Posted March 22, 2013 Share Posted March 22, 2013 No. You need to pass a pointer to a string and I don't think 0AB1 does it by default (would be nice) - there's plenty of ways, depends whether you want to keep CLEO3 compatibility or not. Link to comment Share on other sites More sharing options...
fastman92 Posted March 24, 2013 Share Posted March 24, 2013 No. You need to pass a pointer to a string and I don't think 0AB1 does it by default (would be nice) - there's plenty of ways, depends whether you want to keep CLEO3 compatibility or not. It would be better to store passed value into variables instead of passing INT pointer. Rules for static string values would be: 'string' - short string variable ( 2 variables ) "string" - long string variable ( 4 variables ) It would be good if string variables could be passed as well. Both short string variables and long strubg variables. Link to comment Share on other sites More sharing options...
Deji Posted March 24, 2013 Share Posted March 24, 2013 It would be better to pass a pointer to the string and conform with CLEO 4 string convention. It's a really simple thing to add which is as good as done Link to comment Share on other sites More sharing options...
rrrrrrptlya Posted March 25, 2013 Share Posted March 25, 2013 (edited) a Edited April 8, 2013 by rrrrrrptlya Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now