• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item7418: VALUE function bug with incorrect exponential number; ability to delete SET variable
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
SpreadSheetPlugin |
Normal |
Closed |
|
patch |
6.0.1 |
Detail
-
$VALUE()
bug:
- If a value passed to
$VALUE()
contains a pattern that looks almost like an exponential number, value 0 is returned.
- Example:
$VALUE(AAA123eZZZ)
returns 0, expected return 123
-
$SET()
fix:
- Variable is deleted if value is not defined, e.g. no comma after variable name.
- Possible to set to empty value, such as
$SET(foo,)
-
$SETIFEMPTY()
fix:
- No longer strip trailing spaces from value
--
TWiki:Main/PeterThoeny
- 2014-01-22
This is now fixed in SVN trunk and 6.0 branch. New plugin released on TWiki.org.
--
TWiki:Main.PeterThoeny
- 2014-01-23