2013-03-31 21:22 UTC+0200 Viktor Szakats (harbour syenar.net)
* .gitignore
* deleted .def file as they are now covered by bin/*/ and
otherwise .def files do exist in source repo
* contrib/rddads/doc/en/adsfuncs.txt
* doc/en/string.txt
* cleanups
* utils/hbmk2/hbmk2.prg
* cleaned function skeletons in help
* extras/hbdoc/hbdoc.prg
+ include unknown COMPLIANCE value as in is doc instead of an error msg
* src/compiler/compi18n.c
* uncrustified, tweak formatting manually
% optimized variable scopes
* src/rtl/hbi18n2.prg
* minor formatting
This commit is contained in:
@@ -698,7 +698,7 @@
|
||||
<cString> A string representation of <xValue> using default
|
||||
conversions.
|
||||
$DESCRIPTION$
|
||||
HB_VALTOSTR can be used to convert any scalar value to a string.
|
||||
hb_ValToStr() can be used to convert any scalar value to a string.
|
||||
$EXAMPLES$
|
||||
Set( _SET_DATEFORMAT, "yyyy-mm-dd" )
|
||||
? hb_ValToStr( 4 ) == " 4"
|
||||
|
||||
Reference in New Issue
Block a user