Grid in vlookup

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

In the manual for vlookup at https://openeuphoria.org/docs/std_search.html#_2518_lookup, we see an example of a grid.

grid = { 
       {"ant", "spider", "mortein"}, 
       {"bear", "seal", "gun"}, 
       {"cat", "dog", "ranger"}, 
       $ 
 } 

What is the purpose of "$" on the last line? It is not described; and it doesn't seem to make any difference if it's there or not.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu