Attachments into Variables

markjde

Active Member
Does anyone know of a BSFN that I can use or a process that I can develop
that will retrieve the a specific character length of text from an
attachment?

Mark

7332 SP 11.3 NT SQL 7.0
 
Is it possible to pass the attachment text into a variable and then use the text function "length( )" to count the characters?

AuDi43va

OneWorld b7332 SP 11 NT SQL 7.0



<P ID="edit"><FONT SIZE=-1>Edited by elainec on 3/20/01 09:50 PM.</FONT></P>
 
I remember doing a 'Get Text' of the attachment via
media object functions to store it in a text variable
and then using text function 'length()' to find the
length of the text. The length of the text will
include 2 extra characters (for the end of file marker
when they save and exit the attachement)

Hope this helps.

--- markjde <[email protected]> wrote:
> Does anyone know of a BSFN that I can use or a
> process that I can develop
> that will retrieve the a specific character length
> of text from an
> attachment?
>
> Mark
>
> 7332 SP 11.3 NT SQL 7.0
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OWDEV&Number=7621
>
> + - - - - - - - - - - - - - - - - - - - - - - - - -
> - - - - +
> This is the JDEList One World / XE Developers
> Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> + - - - - - - - - - - - - - - - - - - - - - - - - -
> - - - - +
>


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
 
Back
Top