Post Reply 
MAKELIST()
01-12-2015, 12:35 PM
Post: #7
RE: MAKELIST()
While working with the difficulty the MAKELIST() command had become for me, I tried many things. The code fragment I presented was just the last 'box' I found myself in.

You are right about needing a global for the dummy var for the MAKELIST() parameters, however that did not resolve my problem. On the command line I could manually enter the MAKELIST() command and it worked. Programmatically, it would cause an error.

Using a global, I could get the full program to work on the emulator, but it would NOT work on the physical device. I trimmed my full program to just a shortened fragment containing the MAKELIST() segment, wherein I used the length() command. It turned out that the length() command would not work on the physical device, programmatically OR on the command line, either.

In short, I did the "C-F-O" ON reset, and it fixed the problems. The program now runs in both environments as hoped. The state of the physical machine had become corrupted in some way.

Not my first encounter with this sort of issue ...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
MAKELIST() - DrD - 01-10-2015, 11:23 PM
RE: MAKELIST() - Han - 01-10-2015, 11:28 PM
RE: MAKELIST() - DrD - 01-10-2015, 11:33 PM
RE: MAKELIST() - Han - 01-10-2015, 11:46 PM
RE: MAKELIST() - DrD - 01-11-2015, 01:25 AM
RE: MAKELIST() - Han - 01-11-2015, 01:31 AM
RE: MAKELIST() - DrD - 01-12-2015 12:35 PM
RE: MAKELIST() - Tim Wessman - 01-12-2015, 02:18 PM
RE: MAKELIST() - DrD - 01-12-2015, 03:54 PM
RE: MAKELIST() - Tim Wessman - 01-12-2015, 05:01 PM



User(s) browsing this thread: 1 Guest(s)