User Portlet User Portlet

Discussions
The problem with your implementation is that you have circular dependencies: RS[VBGS_,IDS_ ] depends on QBGSaccess[VBGS,IDS] QBGSaccess[VBGS_,IDS_] depends on VBGSp[VBGS,IDS] VBGSp[VBGS_,IDS_] depends on RS[VBGS,IDS] and the cycle starts...
Is this what you are trying to do? xfile = OpenWrite["C:\\Users\\xyz\\Desktop\\file.txt", FormatType -> StandardForm]; For[i = 0, i
Probably the problem is that you are using x[m,n] instead of x1[m,n]: nm = 100; Reap[For[v2 = -10., v2
Format -> Option Inspector search for Magnification, set as Global Preference
This is what you want to do? y = a*b*c; log = Total[Map[Log[#] &, y[[1 ;; -1]]]]