Browse Source

+ addition to previous commit, forgot to save in the editor

florian 22 years ago
parent
commit
f8bb808c3b
1 changed files with 10 additions and 2 deletions
  1. 10 2
      rtl/objpas/sysstr.inc

+ 10 - 2
rtl/objpas/sysstr.inc

@@ -1041,6 +1041,14 @@ Begin
       Val(S,Currency(Value),E);
       Val(S,Currency(Value),E);
     fvExtended:
     fvExtended:
       Val(S,Extended(Value),E);
       Val(S,Extended(Value),E);
+    fvDouble:
+      Val(S,Double(Value),E);
+    fvSingle:
+      Val(S,Single(Value),E);
+    fvComp:
+      Val(S,Comp(Value),E);
+    fvReal:
+      Val(S,Real(Value),E);
   end;
   end;
   Result:=(E=0);
   Result:=(E=0);
 End;
 End;
@@ -1961,8 +1969,8 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.24  2002-12-23 23:12:34  florian
-    + TextToFloat: D6 compatibility added
+  Revision 1.25  2002-12-23 23:26:08  florian
+    + addition to previous commit, forgot to save in the editor
 
 
   Revision 1.23  2002/11/28 22:26:30  michael
   Revision 1.23  2002/11/28 22:26:30  michael
   + Fixed float<>string conversion routines
   + Fixed float<>string conversion routines