Rodney, One way to go around this limitation is to build an interpreter for the users. What the users could do is work on a list of instructions that your script interpreter would execute for them.
This way you dont have the 10 line limit... However you have to wrap into handlers all the instructions you need to execute... Depends on the breath of the application naturally. Writing an interpreter is not as hard as it seems. Word 1 is a verb like doget, doset, doplay, doprint, doput, etc... Checking the parameters after this verb is where it gets interesting but the simpler you make it, the easier naturally. cheers Xavier [EMAIL PROTECTED] wrote on 11/08/2005 09:31:20: > >By far the easiest way to handle this would be by exposing > >Transcript to your users. Send an email to the rev crew directly > >regarding your needs. The ten-line limit in executables is an > >artificial limit designed to prevent you from creating your own > >development environment in Rev and distributing it. It happened with > >SuperCard many years back. In the past, the rev crew have expressed > >at least a willingness to consider a separate license specifically > >to cover a situation like yours. > > Thanks for the advice Jeff. I agree with what you say as being best. > I am creating a free program, so I don't want to spend more money on > this hobby. I've already been paying for my Pro license each year. > That is already more than I should spend on this product. I suppose > that it wouldn't hurt to ask just in case they are willing to let me > do it at no extra charge. Personally, I suspect it might end up > selling a few extra licenses when people see what they can do so > easily and I tell them where to go for an environment that would let > them create programs of their own like that. > > But, short of that, does anyone have any other suggestions? > > -Rodney > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution ----------------------------------------- Visit us at http://www.clearstream.com IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
