Hi,
I know very little about Java.
Can somebody explain to me the function of a single pipe symbol '|'?
I have found reference to a pair of the symbols representing 'OR' but cannot find a good definition
of a single pipe. At first I thought it represented concatonation but after trying a line in an HTML document I don't think it is.
Example I want to convert to VB :-
cwbRC_SetParm( hPgm,
CWBRC_INOUT | CWBRC_TEXT_CONVERT_OUTPUT,
bufferSize,
buffer );
Example I tested to see what '|' does:-
<SCRIPT LANGUAGE="JavaScript">
alert("test1" | "test2")
</SCRIPT>)
Which produces a message box with '0'in it?
Many thanks.
Dazed and confused
I know very little about Java.
Can somebody explain to me the function of a single pipe symbol '|'?
I have found reference to a pair of the symbols representing 'OR' but cannot find a good definition
of a single pipe. At first I thought it represented concatonation but after trying a line in an HTML document I don't think it is.
Example I want to convert to VB :-
cwbRC_SetParm( hPgm,
CWBRC_INOUT | CWBRC_TEXT_CONVERT_OUTPUT,
bufferSize,
buffer );
Example I tested to see what '|' does:-
<SCRIPT LANGUAGE="JavaScript">
alert("test1" | "test2")
</SCRIPT>)
Which produces a message box with '0'in it?
Many thanks.
Dazed and confused