Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fjweaver

    Protecting documents on intranet (incl. from IT Dept!)

    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...
  2. fjweaver

    tokenizer - can you use a string as a separator?

    I'll take that back - it worked nicely under 1.4 but I need it at 1.3, any other suggestions?
  3. fjweaver

    tokenizer - can you use a string as a separator?

    works a treat - thanks
  4. fjweaver

    tokenizer - can you use a string as a separator?

    that's what I was trying to get away from but can't see much alternative than to do what you suggest thanks a lot for your help
  5. fjweaver

    tokenizer - can you use a string as a separator?

    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...
  6. fjweaver

    tokenizer - can you use a string as a separator?

    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
  7. fjweaver

    Sockets - EBCDIC to ASCII

    sorry - I should also have mentioned that we are using a 'c' program called from cobol to perform the 'socket' stuff
  8. fjweaver

    Sockets - EBCDIC to ASCII

    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
  9. fjweaver

    New documents always in BOLD

    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
  10. fjweaver

    AS400 - how to change translate table '*tbl'

    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
  11. fjweaver

    How to read single character from screen? (unix)

    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...

Part and Inventory Search

Back
Top