× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi, David:

The SCAN opcode, or even better, the $scan BIF, can return an array of every position where the search argument was found. So, you can "scan" for the ";" and get an array of integers containing the positions of each ";". Then it is an easy matter to loop through this array, and dsubstring the results to where ever your program wants them.

Mark S. Waterbury

> David FOXWELL wrote:
Hi,

A coworker asks :

For a neat way to do this :
Copier the variable MyVar= 'Abcd;cdef;ghijk;12345678aa;'

To a physical file so :
FIELD1 FIELD2 FIELD3 FIELD4
Abcd cdef ghijk 12345678aa

There are a fixed number of fields, but with varying lengths separated by semi-colons.

Thanks.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.