PDA

View Full Version : SEQ_CHNL.pkg Private Functions



raveens
1-Nov-2021, 04:23 PM
Hi DAW

Is there a reason why these functions are still private ?



Seq_Open_Input_Channel
Seq_Open_Output_Channel
Seq_Append_Output_Channel
Seq_Close_Channel


We use them all the time and find them very useful

Just makes lean code...

Usage:



Get Seq_Open_Output_Channel sFileOut to iCh
If (iCh >= 0) Begin
Write channel iCh aFileData
Send Seq_Close_Channel iCh
End


Could these be made public ?