Re: Grid in vlookup

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

This has nothing to do with vlookup() or the structure of the data. The dollar sign is the end-of-list terminator.

4.1.1.1 Atoms and Sequences

docs said...

All sequences can include a special end of sequence marker which is the $ character. This is for convience of editing lists that may change often as development proceeds.

sequence seq_1 = { 10, 20, 30, $ } 
sequence seq_2 = { 10, 20, 30 } 
 
equal(seq_1, seq_2) -- TRUE 

-Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu