Hi wsw,

i too suggest to use BASIC, i think below code can be used to solve your
issue.

get the field value in the some variable such as,

YFIELD.VAL = "123.1,123.2,123.3,123.4,123.5"

FOR I = 1 TO DCOUNT(YFIELD.VAL,",")

     YSEP.VAL = FIELD(YFIELD.VAL,",",I)
** YSEP.VAL will have each values from YFIELD.VAL and you can use for other
**purpose.... hope this helps

NEXT I

Regards,
Shawn




On Fri, May 9, 2014 at 11:53 PM, Daniel Klein <[email protected]>
wrote:

> PROC is an antiquated language from a bygone era. Use BASIC. Or, at the
> very least, run the program from the PROC.
>
> Dan
>
>
> On Fri, May 9, 2014 at 2:19 PM, wsw <[email protected]> wrote:
>
>> Thanks Dan but it's a PROC
>>
>> On Friday, May 9, 2014 2:18:10 PM UTC-4, Daniel Klein wrote:
>>>
>>> Look up the FOR statement and the FIELD() function on the jBASE
>>> Knowledgebase.
>>>
>>> Dan
>>>
>>>
>>> On Fri, May 9, 2014 at 1:31 PM, wsw <[email protected]> wrote:
>>>
>>>> If have a field populated like: 123.1,123.2,123.3,123.4,123.5 how do I
>>>> loop thru this field pulling each item process it and then get the next
>>>> item?
>>>>
>>>>  --
>>>> --
>>>> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>>>>
>>>> To post, send email to [email protected]
>>>> To unsubscribe, send email to [email protected]
>>>> For more options, visit this group at http://groups.google.com/
>>>> group/jBASE?hl=en
>>>>
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "jBASE" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  --
>> --
>> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>>
>> To post, send email to [email protected]
>> To unsubscribe, send email to [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/jBASE?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "jBASE" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> --
> IMPORTANT: T24/Globus posts are no longer accepted on this forum.
>
> To post, send email to [email protected]
> To unsubscribe, send email to [email protected]
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "jBASE" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to