> For the complete documentation index, see [llms.txt](https://touchance-1.gitbook.io/touchance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://touchance-1.gitbook.io/touchance/multicharts/jia-zhi-han-shu/gv-plus/loadmcdb.md).

# LoadMCDB

## 語法

```
LoadMCDB(DB_Name)
```

## 範例

從名為GV01的本機文件中載入數據。

```
once LoadMCDB("GV01");
```

## 參數

| **參數**   | **類型** | **說明**     |
| -------- | ------ | ---------- |
| DB\_Name | 字串型    | 讀取數據的文件名稱。 |
|          |        |            |

{% hint style="warning" %}
無須設定文字檔路徑，只需設定文件名稱即可。
{% endhint %}
