Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~199 People Reached
Favorite Tags
Member Avatar for platinum

Hi guys! Nice forum! I need some clarification on NTFS permission settings. If I check "Allow" for the "Modifiy" permission template for "User X" on folder "Parent", this means Mr.X will get the "Delete" permission, but not the "Delete Subfolders and Files" permission (at least that's what it says in …

Member Avatar for platinum
0
114
Member Avatar for platinum

Hi everyone! I have this loop which just wont complete. My code is: [I]begin a:=1; repeat b:=1; repeat write('element ', a, ',', b, ' = '); readln(mat[a, b]); b:=b+1; until b>n; a:=a+1; until a>n; end;[/I] a, b and n are all declared as integers. This is used to enter the …

Member Avatar for platinum
0
85