| 11023 | } |
| 11024 | |
| 11025 | VarSizeType Script::GetLoopRegType(char *aBuf) |
| 11026 | { |
| 11027 | char str[256] = ""; // Set default. |
| 11028 | if (mLoopRegItem) |
| 11029 | Line::RegConvertValueType(str, sizeof(str), mLoopRegItem->type); |
| 11030 | if (aBuf) |
| 11031 | strcpy(aBuf, str); |
| 11032 | return (VarSizeType)strlen(str); |
| 11033 | } |
| 11034 | |
| 11035 | VarSizeType Script::GetLoopRegKey(char *aBuf) |
| 11036 | { |