Home
Contents
rawget
Global
Lua Commands
Platform
Core4 Filesystem
Core4 Lua
Core4 Manager
Core4 Manager
Downloads
Getting started
Installation
Development
Application Notes
Lua
TCP/IP
Core4 Lua Commands
Audio
Cipher
Ctype
Date/Time
Debug
Filer
Graphics
Kconfig
Mtd16
OS
Sql
String
Table
Tr
Core4 Lua Event System
Bis
Event
Finger
Gpio
Httpd
Keyboard
Magstripe
Mtd16io
Rawio
Touch
V4kf
Lua Commands
Coroutine
Debug
File
Global
IO
OS
Package
String
Table
Credits
Credits
SYNOPSIS
rawget
(
table
,
index
)
DESCRIPTION
Gets the real value of
table
[
index
], without invoking any metamethod.
table
must be a table;
index
may be any value.