# GV-Plus

## 函數列表

| **函數**                                                                           | **說明**                                       |
| -------------------------------------------------------------------------------- | -------------------------------------------- |
| [PutMCDataD](/touchance/multicharts/jia-zhi-han-shu/gv-plus/putmcdatad.md)       | 將數值型變數以暫存記憶體形式儲存於本機                          |
| [GetMCDataD](/touchance/multicharts/jia-zhi-han-shu/gv-plus/getmcdatad.md)       | 從指定暫存文件或是本機文件中，讀取指定時間、指定標記下的數值型變數            |
| [PutMCDataT](/touchance/multicharts/jia-zhi-han-shu/gv-plus/putmcdatat.md)       | 將字串型變數以暫存記憶體形式儲存於本機                          |
| [GetMCDataT](/touchance/multicharts/jia-zhi-han-shu/gv-plus/getmcdatat.md)       | 從指定暫存文件或是本機文件中，讀取指定時間、指定標記下的字串型變數            |
| [SaveMCDB](/touchance/multicharts/jia-zhi-han-shu/gv-plus/savemcdb.md)           | 將Put函數(PutMCDataD、PutMCDataT)所記錄的數據，儲存為本機文件  |
| [LoadMCDB](/touchance/multicharts/jia-zhi-han-shu/gv-plus/loadmcdb.md)           | 載入已儲存的指定本機文件，供Get函數取值(GetMCDataD、GetMCDataT) |
| [RemoveMCDB](/touchance/multicharts/jia-zhi-han-shu/gv-plus/removemcdb.md)       | 清除指定文件中，指定時間戳記與指定標記的數據資料                     |
| [RemoveMCDBall](/touchance/multicharts/jia-zhi-han-shu/gv-plus/removemcdball.md) | 清除所有Put函數所儲存過的數據資料                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://touchance-1.gitbook.io/touchance/multicharts/jia-zhi-han-shu/gv-plus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
