Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » NFormat and crash of the program
Re: NFormat and crash of the program [message #6869 is a reply to message #6868] Fri, 01 December 2006 22:50 Go to previous message
mirek is currently offline  mirek
Messages: 13984
Registered: November 2005
Ultimate Member
Unfortunately, while Format (NFormat is identical to Format for more than year now) maintains similarity to "printf" formating, there is a catch - in order to allow extending Format, the format is specified by ALL alpha characters after the % - so in this case, it is "%sscrgrp". You can delimit it using '`':

"%s`scrgrp.html"

BTW, it release mode, it would most likely worked as expected - if type is not found, Format starts trimming the identifier performing more searches until it founds %s (but of course, this is just to prevent unexpected surprises in legacy code).

Mirek
 
Read Message
Read Message
Previous Topic: bad visualization of a column list
Next Topic: [Possible bug] Geometry - Point
Goto Forum:
  


Current Time: Sat Jun 08 14:26:17 CEST 2024

Total time taken to generate the page: 0.01749 seconds