Function - GETDATASTRINGCOUNT
Database Field Count |
Database
|
| SYNTAX |
GetDataStringCount( STRING database name, STRING field name, ARRAY regular expression) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Get the number of database field elements for each bar and using the provided pattern |
| ADDITIONAL INFO |
|
| EXAMPLE |
GetDataStringCount("database_name", "field_name", "buy") |
| |