Search found 2 matches

by Moose
Tue Aug 18, 2009 11:58 am
Forum: Programming
Topic: Copy the Description Field of a Series into a String
Replies: 2
Views: 4078

Re: Copy the Description Field of a Series into a String

Got it, thanks. That worked.

For anyone else who might be trying here is the code that I used:
if @isobject("tempfreeze") then
delete tempfreeze
endif
freeze(tempfreeze) {%stubSeriesName}.label
%description = tempfreeze(6,2)
by Moose
Tue Aug 18, 2009 11:29 am
Forum: Programming
Topic: Copy the Description Field of a Series into a String
Replies: 2
Views: 4078

Copy the Description Field of a Series into a String

I'm trying to get the description from a series into a string, and unfortunately having a difficult time doing so. Essentially, I'd like to get the series description and store it as a string so I can then use it to label a chart. (Where the description is what you can see if you open a series then ...

Go to advanced search