Welcome, Guest. Please login or register.

Author Topic: Bug in ARexx + datatypes.library?  (Read 2152 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline nOw2

  • Full Member
  • ***
  • Join Date: Jul 2002
  • Posts: 194
    • Show all replies
Re: Bug in ARexx + datatypes.library?
« on: December 06, 2004, 06:33:35 AM »
OS 3.9:
> rx testdt.rx
[ILBM]
CHAR
Hello
CHAR
AILBMA
Hello 2


--

Perhaps it's putting spaces in incorrectly under 3.1? Try:

say "("|| dt_string || ")"
if left(dt_string,6)="AILBMA" ...
 

Offline nOw2

  • Full Member
  • ***
  • Join Date: Jul 2002
  • Posts: 194
    • Show all replies
Re: Bug in ARexx + datatypes.library?
« Reply #1 on: December 06, 2004, 06:30:45 PM »
Oops, how did I miss the line with the A's in?
I know, it was 7am :)