User Profile

Collapse

Profile Sidebar

Collapse
mccalla
mccalla
Last Activity: Nov 19 '08, 07:02 PM
Joined: Jan 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mccalla
    started a topic Perl Regex Translation.
    in Perl

    Perl Regex Translation.

    Hi,

    I am new to perl.
    I just inherited a perl script that has this
    Code:
      while ($input_sequence =~ /(  (.)\2{7,} | (..)\3{3,} | (...)\4{3,} | (.{4,100})\5{2,}  )/g)
    I've been trying to decipher exactly what this translate too.
    Can any experts out there help me.

    (input sequence contains a bunch of letters and number.
    i.e.,

    >gi|208965091|g b|ACI31834.1|...
    See more | Go to post
    Last edited by numberwhun; Nov 6 '08, 03:49 PM. Reason: Please use code tags

  • Removing line break character and space from form data

    Hi all,

    Tricky question. I know how to remove line break characters and spaces by
    using the code below:


    $message =~ s/\n//g;
    $message =~ s/\s//g;


    ........... how do you do it if you do not want to remove the first line break??? - but then remove the rest. So in other words, you want to skip the first line break.

    Thanks in advance,
    mccalla
    See more | Go to post

  • Hi,

    Ok... Let's add to the mystery.
    Here's is what I found so far.
    If I go into the table in DataSheet View and do a File/Export .... Save As
    Microsoft Excel 97-2003....etc.
    Memo Field exports to excel beautifully.
    HOWEVER...... if I am in DataSheet View and do a Tools/Office Links /
    Analyze with Excel - Problem occurs in Memo field.... truncates after
    512...
    See more | Go to post

    Leave a comment:


  • Report Export to Excel Memo field truncates (512 chars).

    Hi,

    I am very new to MS Access. I have inherited an existing app which was done in MS Access 2003. In this app, there is a report which contains a memo field. There are no formats, functions, unions, or anything. It is populated from a simple select. The problem is....when the user exports the report to excel, it seems to be truncating this memo field after 512 chars. After that, there appears funny chars that look like tiny squares....
    See more | Go to post
No activity results to display
Show More
Working...