1. convert to ?

This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C39194.35379BD0
	charset="iso-8859-1"

Hello, I have a value in the list and I extract it to get a number ie15. =
I want to use it to find a record in sql.SQL stores it as a number. in =
my command line I want to show it as "15". >  yi yi?
I am not sure what to do. I have tried several variations, but I still =
get tied up in my shorts.
jvandal
------=_NextPart_000_000D_01C39194.35379BD0
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1264" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello, I have a value in the list and I =
extract it=20
to get a number ie15. I want to use it to find a record in sql.SQL =
stores it as=20
a number. in my command line I want to show it as "15". &gt;&nbsp; yi=20
yi?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I am not sure what to do. I have tried =
several=20
variations, but I still get tied up in my shorts.</FONT></DIV>

------=_NextPart_000_000D_01C39194.35379BD0--

new topic     » topic index » view message » categorize

2. Re: convert to ?

>From: sixs at ida.net
>Subject: convert to ?
>
>Hello, I have a value in the list and I extract it to get a number ie15. I 
>want to use it to find a record in sql.SQL stores it as a number. in my 
>command line I want to show it as "15". >  yi yi?
>I am not sure what to do. I have tried several variations, but I still get 
>tied up in my shorts.

You mean something like sprintf("\"%d\"", {aNumber}) ?

>jvandal
>

new topic     » goto parent     » topic index » view message » categorize

3. Re: convert to ?

This is a multi-part message in MIME format.

------=_NextPart_000_00E0_01C391B0.7178A730
	charset="iso-8859-1"

It looks like sprintf is the answer
  ----- Original Message -----=20
  From: sixs at ida.net=20
  Subject: convert to ?


Hello, I have a value in the list and I extract it to get a number ie15. =
I want to use it to find a record in sql.SQL stores it as a number. in =
my command line I want to show it as "15". >  yi yi?
  I am not sure what to do. I have tried several variations, but I still =
get tied up in my shorts.
  jvandal
--^^---------------------------------------------------------------
This email was sent to: sixs at ida.net


TOPICA - Start your own email discussion group. FREE!
------=_NextPart_000_00E0_01C391B0.7178A730
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1264" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>It looks like sprintf is the =
answer</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
<A title=3Dsixs at ida.net href=3D"mailto:sixs at ida.net">sixs at ida.net</A>
  =
</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3DEUforum at topica.com=20
  href=3D"mailto:EUforum at topica.com">EUforum</A> </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Monday, October 13, 2003 =
2:13=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> convert to ?</DIV>
  <DIV><BR></DIV><PRE>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The Euphoria =
Mailing List =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
</PRE>
  <DIV><FONT face=3DArial size=3D2>Hello, I have a value in the list and =
I extract=20
  it to get a number ie15. I want to use it to find a record in sql.SQL =
stores=20
  it as a number. in my command line I want to show it as "15". =
&gt;&nbsp; yi=20
  yi?</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2>I am not sure what to do. I have =
tried several=20
  variations, but I still get tied up in my shorts.</FONT></DIV>
  <DIV><FONT face=3DArial =
size=3D2>jvandal</FONT></DIV><PRE>--^^-----------------------------------=
----------------------------
This email was sent to: sixs at ida.net

EASY UNSUBSCRIBE click here: <A =
href=3D"http://topica.com/u/?b1dd66.b2NUvS.c2l4c0Bp">http://topica.com/u/=
?b1dd66.b2NUvS.c2l4c0Bp</A>
Or send an email to: EUforum-unsubscribe at topica.com

TOPICA - Start your own email discussion group. FREE!
<A =
href=3D"http://www.topica.com/partner/tag02/create/index2.html">http://ww=
w.topica.com/partner/tag02/create/index2.html</A>
--^^---------------------------------------------------------------</PRE>=

------=_NextPart_000_00E0_01C391B0.7178A730--

new topic     » goto parent     » topic index » view message » categorize

4. Re: convert to ?

For sql it seems to have to include the quotes and the number as "15". This
varies so it wii be identified with a name such as holdnum.I i typed it into
my program it would be =  holdnum = "15"
----- Original Message ----- 
From: "Elliott Sales de Andrade" <quantum_analyst at hotmail.com>
To: "EUforum" <EUforum at topica.com>
Subject: Re: convert to ?


>
>
> >From: sixs at ida.net
> >Reply-To: EUforum at topica.com
> >To: EUforum <EUforum at topica.com>
> >Subject: convert to ?
> >Date: Mon, 13 Oct 2003 14:13:43 -0600
> >
> >Hello, I have a value in the list and I extract it to get a number ie15.
I
> >want to use it to find a record in sql.SQL stores it as a number. in my
> >command line I want to show it as "15". >  yi yi?
> >I am not sure what to do. I have tried several variations, but I still
get
> >tied up in my shorts.
>
> You mean something like sprintf("\"%d\"", {aNumber}) ?
>
> >jvandal
> >
>
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu