Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: Updating pcell CDF parameters from an imported file

$
0
0
Hi Bob, The use of printf is incorrect - the printf statement prints out the value and returns 't' but you want the string value. I'm not sure why you are using buildString? My guess is that each line in the case statement should look more like this: sprintf(Offset "%s" cdr( str )) ? I'm assuming here that the parameter value should be a string. If it should be a number/float format then use cdfParseFloatString() around the string, for example: cdfParseFloatString("-7.222e-08") => -7.222e-08 Hope this helps. Lawrence.

Viewing all articles
Browse latest Browse all 33813

Trending Articles