I belong to an employee representative group for which we have a number of sensitive documents that we want online on the company intranet but with access to only members of the group.
In the past information has been passed around that could only have been obtained by unauthorised access to...
Thanks for your reply - I tried that & it didn't work. I'm new to java so maybe I haven't done something correctly as it's taking either a ":" or "@" as a separator
String theString="AAAAA :@: BBBBB : CCCCC:DDDDD EEEEE:@:FFFFF"
StringTokenizer sttoken = new...
I want to go through a string, extracting all substrings in turn that are separated by a unique separator string (ie: ':@:')
If I try using :@: as the separator it extracts data based on a separator of either ":" or "@".
Is there a way of doing this?
thanks
Frank
We have a cobol system on the AS400. We are connecting via sockets to PC's, Unix , etc in which data is held in ASCII format.
What is the best way of sending and converting the data from EBCDIC so that it is received in ASCII format?
thanks
Frank
I've probably changed a setting somewhere but every Word document I create starts out in bold. Can anyone point me in the right direction to change this automatic setting
thanks
Frank
I have 2 tables (type *tbl), 1 to convert ascii->ebcdec the other ebcdic->ascii. I need to change some of the values in the tables but don't know how to do it.
Would be really grateful for any help
thanks
Frank
does anyone know if you can read a single character from a screen without hitting the return key and without using the 'read' command.
ie: a read command like below
echo "are you sure you want to do this: 'Y/N' "
read opt
if [ $opt = "Y" ]
continue
else
exit
fi
so...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.