Changeset 97 in dev for BasicCompiler32/Compile_Func.cpp
- Timestamp:
- Apr 16, 2007, 3:52:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Func.cpp
r88 r97 205 205 } 206 206 207 if( type.IsString Object() ){207 if( type.IsStringClass() ){ 208 208 //Stringオブジェクトの場合 209 209 sprintf(temporary,"%s.Length",tempParm);
Note:
See TracChangeset
for help on using the changeset viewer.