Der VOICE Vorstand hat sechs Mitglieder. Diese sind normale OS/2-Anwender/innen, die von den VOICE Mitgliedern dazu gewählt wurden, die Stimme unserer Mitglieder in die Welt zu tragen. Es sind:

#autotag OFF #evaluate '' lastkind = "bla" #define IMPORT_ASIS_TAGGING #define IMPORT_TABLE_ATTRIBS bgcolor="#EEEEEE" border="0" cellpadding="3" align="center" #ifndef inf #define IMPORT_HEADER \ %\ {$Column2} %\ {$Column3} %\ {$Column4} %\ {$Column5} %\ #define IMPORT_RECORD \ %\ {$Column2} %\ {$Column3} %\ {$Column4} %\ {$Column5} %\ #definerexx IMPORT_RECORD_FILTER if column.1 \= lastkind then do call WriteLineToTmpImportFile ''D2C(10)''column.1''D2C(10)'' lastkind = column.1 end if pos('
', column.4) == 0 then do column.4 = '' || column.4 || '' end else do mail1 = substr(column.4, 1, pos('
', column.4) - 1) mail2 = substr(column.4, pos('
', column.4) + 4, length(column.4)) column.4 = '' || mail1 || '
' || mail2 || '' end if column.5 \= '-' then do column.5 = '' || column.5 || '' end #definerexx #import staff.txt TAB '' "Bereich" "Position" "Name" "E-Mail" "Homepage" #elseif #define IMPORT_HEADER \ %\ {$Column2} %\ {$Column3} %\ {$Column4} %\ #define IMPORT_RECORD \ %\ {$Column2} %\ {$Column3} %\ {$Column4} %\ #definerexx IMPORT_RECORD_FILTER if column.1 \= lastkind then do call WriteLineToTmpImportFile ''D2C(10)''column.1''D2C(10)'' lastkind = column.1 end if pos('
', column.4) == 0 then do column.4 = '' || column.4 || '' end else do mail1 = substr(column.4, 1, pos('
', column.4) - 1) mail2 = substr(column.4, pos('
', column.4) + 4, length(column.4)) column.4 = '' || mail1 || '
' || mail2 || '' end #definerexx #import staff.txt TAB '' "Bereich" "Position" "Name" "E-Mail" "" #endif #autotag ON