Re: Help

new topic     » goto parent     » topic index » view thread      » older message » newer message

In a message dated 11/9/98 1:45:53 AM !!!First Boot!!!, candk at TICNET.COM
writes:

No I pass notes to the procedure and notes looks like this:
{"a-b-c-d-e-"}
I want it to take pairs of 2 like
"a-"
then
"b-"

Thanks,
Albert

<< So, your sequence is as follows:

         notes = { "a1", "b1", "c2", "d3", ...}

 Correct?

 To extract "b1" into a variable, you would use

         b1 = notes[2][1..2]

 or simply

         b1 = notes[2]

 unless notes[2] = "b123", in which case the first one above would be
 needed. >>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu