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