1. shrouding string constant ?
- Posted by Bernie Ryan <xotron at localnet.com> Jul 16, 2001
- 388 views
Does anyone know if there is some length limit to a string constant when shrouding ? I had a string like this constant version = "Copyright (c) 2001 my programz-name Version 3.00" Then I shrouded the code. When I ran the code I got an error that a shrouded string is too long. so I comment it out to eliminate the error so there has to be some limit. PS: My new windows library is almost done be sure that version 2.3 don't break it Rob. Bernie
2. Re: shrouding string constant ?
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 16, 2001
- 405 views
Bernie Ryan writes: > I had a string like this > constant version = "Copyright (c) 2001 my programz-name Version 3.00" > Then I shrouded the code. > When I ran the code I got an error that a > shrouded string is too long. If you give me the exact error message that you see on your screen, I can search for it in the interpreter source code and tell you what it's complaining about. Your string above would certainly not exceed any limits. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com