1. RE: IDE: Source Line Too Long
- Posted by Judith Evans <camping at txcyber.com> Dec 13, 2002
- 435 views
I already found and fixed this for version 16. I've also reworked the long lines routine. --judith C. K. Lester wrote: > Got this error after > C:\Programs\robogames\rgames.exw:45 > source line is too long > openWindow(window_Playfield, Normal)constant CWindow25 = createEx( > Window, > "Prog > ram Cards", Window1, 448, 4, 180, 220, {WS_CHILD, WS_BORDER, > WS_DLGFRAME, > WS_CAP > TION, WS_SYSMENU}, or_all({WS_EX_DLGM > > As you can see, right after the openWindow(window_Playfield, Normal) > item, > it puts the constant on the same line. > > Maybe that's a bug! :) > >