View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002229SphereServerexecutable - linux buildpublic23-10-13 13:4127-10-13 19:11
Reporterwuffel 
Assigned ToBen 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.56c Nightly 
Summary0002229: STRREVERSE doesnt invert the entire string, only the first argument
DescriptionExample:
f_language <args> // args is "Hi my friend, how are you?"

[function f_language]
local.invertargs=<STRREVERSE <args>>
serv.log <local.invertargs>


This will deliver: dneirf ym iH

strreverse seems to only invert the first argument, not an entire string
TagsNo tags attached.
Nightly VersionAutomated (specify build number)
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0001747)
xwerswoodx (reporter)
23-10-13 14:33

Yes I tried it you are true.

If it is very important for you now, you can use this while they fix it;

[Function strreverseargs]
FOR 0 <eval <DARGV>-1>
LOCAL.RETURN .= ",<ARGV[<EVAL (<DARGV>-1)-<DLOCAL._FOR>>]>"
ENDFOR
RETURN <STRSUB 1 0 <LOCAL.RETURN>>

I wrote it now, I didn't try, but I think it's ok. But you can write this or not I don't know, this doesn't mean you can't write it, I only want to help you. I think they solve this problem as quickly as possible :)
(0001750)
Ben (manager)
27-10-13 19:11

Also fixes STRTOUPPER and STRTOLOWER

- Issue History
Date Modified Username Field Change
23-10-13 13:41 wuffel New Issue
23-10-13 14:33 xwerswoodx Note Added: 0001747
26-10-13 01:14 Ben Assigned To => Ben
26-10-13 01:14 Ben Status new => assigned
27-10-13 19:11 Ben Note Added: 0001750
27-10-13 19:11 Ben Status assigned => resolved
27-10-13 19:11 Ben Fixed in Version => 0.56c Nightly
27-10-13 19:11 Ben Resolution open => fixed


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker