Thread test: code-darstellung (3 answers)
Opened by renee at 2005-01-20 11:57

renee
 2005-01-20 11:57
#31496 #31496
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
6
7
do {                                                          
next if ($answer == wxCANCEL);
& pce::edit:: save_positions;
$answer = &sniff_selection(0, $sci_frame->GetTextLength);
&pce::edit::restore_positions;
}
until (&pce::document::select_next == $first_doc);
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 test: code-darstellung