Please enable JavaScript to view this site.

Stores a string value to the memory as temporary variable during the current server round-trip. This is typically used during the traversal of a tree structure such as when generating a report or a bill of materials. The set value is returned.

 

string MemSetString(string value; [string name])

 

value

A value to store.

name

Optional name of a variable to store the value as. If omitted the value is set for the string default variable.

Example

MemSetString(firstName + " " + familyName; "ConcatenatedText")

Sets the value of the string variable "ConcatenatedText" to the value of the parameters or attributes firstName and familyName separated by a space character.

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC