Thread do {} until () anomalie? (18 answers)
Opened by lichtkind at 2005-01-20 04:04

renee
 2005-01-20 12:00
#50906 #50906
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Mach doch einfach ne while-Schleife daraus:
Code: (dl )
1
2
3
4
5
6
7
while(&pce::document::select_next != $first_doc); {      
next if ($answer == wxCANCEL);
& pce::edit:: save_positions;
//$answer = &sniff_selection(0, $sci_frame->GetTextLength);
&pce::edit::restore_positions;
}



mit den normalen [code]-Tags sollte eigentlich nichts verschwinden...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread do {} until () anomalie?