Changeset 118 in dev for ProjectEditor/ParameterHint.cpp
- Timestamp:
- May 12, 2007, 6:31:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/ParameterHint.cpp
r24 r118 107 107 else if(CmdValue==COM_MKDIR) lstrcpy(MethodCheckInfo.msg,"MkDir directory$"); 108 108 else if(CmdValue==COM_MSGBOX) lstrcpy(MethodCheckInfo.msg,"MsgBox hWnd, String$, [Title$], [BoxType], [retAns]"); 109 else if(CmdValue==COM_NAMESPACE) lstrcpy(MethodCheckInfo.msg,"Namespace namespaceStr"); 109 110 else if(CmdValue==COM_NEXT) lstrcpy(MethodCheckInfo.msg,"Next"); 110 111 else if(CmdValue==COM_OPEN) lstrcpy(MethodCheckInfo.msg,"Open filename$ [For Input/Output/Append] As number");
Note:
See TracChangeset
for help on using the changeset viewer.